Python Strings

Python Strings

In this python tutorial, we will go over python strings. We will cover the following: create strings, assign strings to variables, concatenate strings, special string formatting (new line, tab, allow for quotes and apostrophe in string, etc.), end= to print on same line, test for substring, string methods, count string elements, see if string ends with certain character(s), string find, string count, string split, string index.