Answers for "how to comment section in python"

3

comment in python

# To make a comment in python use the hashtag symbol
Posted by: Guest on November-27-2020
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

Example of Python Inline comments

Python Inline comments
print("Hello World") # This is a example of inline comment
Posted by: Guest on November-29-2021

Code answers related to "how to comment section in python"

Python Answers by Framework

Browse Popular Code Answers by Language