📄️ 1.0 Python - Strings
Strings in python are surrounded by either single quotation marks, or double quotation marks.
📄️ 2.0 Python - Slicing Strings
2.1 Slicing
📄️ 3.0 Python - Modify Strings
Python has a set of built-in methods that you can use on strings.
📄️ 4.0 Python - String Concatenation
4.1 String Concatenation
📄️ 5.0 Python - Format Strings
5.1 String Format
📄️ 6.0 Python - Escape Characters
6.1 Escape Character
📄️ 7.0 Python - String Methods
Python has a set of built-in methods that you can use on strings.