print and escape character in python

technical talkiess
0

 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")
Tags

Post a Comment

0Comments

Thanks you for commenting your questions. I will see question and respond you.

Post a Comment (0)