Answers for "put comment in python"

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
4

python comments

# this is a python comment
Posted by: Guest on September-22-2020

Python Answers by Framework

Browse Popular Code Answers by Language