Basics of Python in a nutshell!
Let's glide through all the basic concepts in Python :
To give single or multi-line comment use:
#single line comment
""" multi-line
comment"""
We can declare variables directly in Python without putting any data type unlike other languages l...
surajv.hashnode.dev5 min read
Ayushi Rawat
Exploring and Refactoring!
Nicely explained.
Python is great, I honestly love python!