#python
Read more stories on Hashnode
Articles with this tag
if statement in python Indentation Python relies on indentation (whitespace at the beginning of a line) to define scope in the code. Other...
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...
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...