Netbyzz

#B028

Python :

#CODE = #B028
print("Show the Code")
#Single line comments - [#]
'''Multiple
Line
Comments Method - 1 = ['''''']
'''
"""Multiple
Line Method - 2 = [""""""]
"""

Source Code