using comments in python

1 min read

to leave comments in python use # for a one line comment 

# comment

for multiline comments use ” ” ” 

“”” comment

    comment

“””

CC BY 4.0 using comments in python by sergio is licensed under a Creative Commons Attribution 4.0 International License.

Comments are closed.