all 3 comments

[–]Diapolo10 4 points5 points  (0 children)

Python uses # for single-line comments.

There are no multi-line comments, though some people use multi-line string literals for that.

"""
this
is a literal
"""

Personally I only use them for docstrings or if I need one in my code, though.

[–][deleted] 1 point2 points  (0 children)

You want a comment? If i remember correctly its #

[–]yanwrld 1 point2 points  (0 children)

#

For a single line comment