print('#######')
# test
"""
test
test
test
""""
print('#######')
複数行にわたってコメントする場合は、
"""
test
test
"""
の様に"""で囲う。
#A pple price
a_p = 100
pythonではコメントを上に書く事が多いらしい。
Go to list of users who liked
More than 3 years have passed since last update.
print('#######')
# test
"""
test
test
test
""""
print('#######')
複数行にわたってコメントする場合は、
"""
test
test
"""
の様に"""で囲う。
#A pple price
a_p = 100
pythonではコメントを上に書く事が多いらしい。
Register as a new user and use Qiita more conveniently
Go to list of users who liked