Comments in Python
- Single lined comment
- Multi lined Comment
Single lined comment
பைதான் single lined comment # இல் தொடங்குகிறது.
Single line Comment Syntax Python
#comments start from here
Multi line comment
Multi line Comment Syntax Python
''''' This
Is
Multipline comment'''
Python Comment Example
#single line comment
print "Hello Python I am single line comment"
'''''Hello python
I am multiline comment'''
print "Hello Python I am single line comment"
'''''Hello python
I am multiline comment'''
Visit to learn Python - https://www.uxpython.com
ReplyDelete