Strings in PythonKaustubh Kulkarni·Nov 28, 2023·1 min readDifferent ways to create strings and the scenarios in which you can use each one of them. Some common escape sequences Format Strings Splitting, Joining, Partitioning, Concatenation, Repetition, Printing Patterns Indexing, Slicing, Searching within strings String Comparison (ASCII values of characters are compared.) replace(), translate() Some more string functions PythonPython 3python beginner Share this