L 3 - Strings
***STRINGS ARE IMMUTABLE DATATYPE IN PYTHON ***
CONCATENATION OF STRING
STRING SLICING
How to get the character of a given index in a string in python
How to slice a given string
**SYNTAX - ** name_of_variable[ start : end : step ]
**NOTES - **
If...
gauravnotes.hashnode.dev4 min read