Answers for "python comment"

35

python comments

#A single line comment, also known as an end of line comment.

"""This is a longer 
  multiline comment.
"""
Posted by: Guest on November-12-2021
0

python comments

#This is a single line Comment
print("Hello, World!")
"""
python is easy and good
And this is a multiline comment
"""
Posted by: Guest on June-28-2021

Python Answers by Framework

Browse Popular Code Answers by Language