#python3
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...
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...