Answers for "python comment a line"

1

Python single line comment

Example of Single-line comment in Python
# This is a single line comment example
print("Hello World")
Posted by: Guest on November-29-2021
3

how to make a comment in python

#Use a hash
Posted by: Guest on September-19-2020

Python Answers by Framework

Browse Popular Code Answers by Language