Answers for "which is used for commenting single line in pyhton"

1

Example of Single-line comment in Python

Example of Single-line comment in Python
# This is a single line comment example
print("Hello World")
Posted by: Guest on November-29-2021
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

Code answers related to "which is used for commenting single line in pyhton"

Python Answers by Framework

Browse Popular Code Answers by Language