#tutorial
Read more stories on Hashnode
Articles with this tag
DICITIONARY Dicitionary is used to store data in key value pair format The dictionary is the data type in Python, which can simulate the real-life...
***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...