import flask
# hash use for single line comment
hash use for single line comment
print("Hello world 6")
multiline line comment in pythone use triple quotes
now you can use triple quotes for multiline comment
"""
multiline line comment in pythone use triple quotes
now you can use triple quotes for multiline comment
"""
# some escape character in python \n start with new line
print("\n hello")
# some escape character in python \t adding one tab in the string
print("\t hello")
Thanks you for commenting your questions. I will see question and respond you.