print('#######') # test """ test test test """" print('#######')
If you want to comment over multiple lines
""" test test """
Enclose it in "" "like.
#A pple price a_p = 100
It seems that comments are often written above in python.
Recommended Posts