Answers for "how ot add comments in python"

1

how to make a comment in py

A comment in python can be made using the "#" symbol.
Posted by: Guest on May-31-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