#learn-coding
Read more stories on Hashnode
Articles with this tag
LISTS Lists are mutable datatype in python. Python lists are containers to store values of any datatype. LIST SLICING How to get character of a given...
***STRINGS ARE IMMUTABLE DATATYPE IN PYTHON *** CONCATENATION OF STRING STRING SLICING How to get the character of a given index in a string in...
WAYS TO USE SINGLE QUOTES , DOUBLE QUOTES AND TRIPLE QUOTES IN A STRING NOTE - Multi - line string can only be stored in triple quotes. If you...