3 ответов
+ 1
To add comments in python, use #. This works perfectly everytime.
Vote up if my answer helps.
+ 1
Thank you
+ 1
You can choose between two options:
# an hash symbol at the beginning
# for each one-line comment
# or more than one to do multi-line comments
or directly
""" for multi-line comments,
just put three double quotes at
the beginning and the end of the
whole comment """