Key features of python
(https://doubtly.in/9633/what-key-features-list-python-class-12)
How can you add comment !!
To write a comment in
Python, simply put the hash mark
#
before your desired comment:
# This is a single line comment
How to write multiline comment in python ?
Answer is you cant write multiline comment in python but you can put # in starting of every new line to make it comment