import flask;
print("Comment in python")
print("Single line comment below ")
# This is the signle line comment
print("Mulitiline line comment below ")
"""
this
is
muliti line comment
"""
# in print the end =" " concatinate the second print state ment
print("This is the print",end =" ")
print("This is the print ")
# escape the character put \\ inthe character before
print("c:\\narrow")
Thanks you for commenting your questions. I will see question and respond you.