chapter 11: Working with Strings

11.1 Understanding That Strings Are Different

11.2 Creating Stings with Special Characters

11.3 Selecting Individual Characters

11.4 Slicing and Dicing Strings

11.5 Locating a Value in a String

11.6 Formatting Strings

Algorithms Train

01-01.BasicString.py

01-02.Characters.py

01-03.Formatted.py

01-04.Functions.py

01-05.SearchString.py

01-06.SpecialCharacters.py

02.remove_nth_Index.py

03.detect_anagram.py

04.form_new_string.py

05.count_number.py

06.take_in_string.py

07.calculate_string.py

08.unary_function_chainer.py

09.unique_in_order.py

10.valid_phone_number.py

11.validate_credit_card_number.py

12.vowel_consonant_lexicon.py

13.what_century_is_it.py

14.which_are_in.py

15.your_order_please.py