Header Ads

Responsive Ads Here

Print function & Comments

print("Hello 'world' World")

# This code prints hello world
print('Hello "world" World')

print(2+2)

'''This is
a multiline
comment'''

"""This is
a multiline
comment"""

# This is
# a multiline
# comment
Powered by Blogger.