Comments in python

technical talkiess
0

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

Tags

Post a Comment

0Comments

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

Post a Comment (0)