Basics of Python
🌟Strings Strings in Python are actually a sequence, so python can use indexes to call parts of the sequence. Indexing starts at 0 for python Indexing – Extracting single character at particular indexSlicing – Subset of string Built in String Methods Some of the built in functions are like upper(), lower(), type() For more information […]