Code-Memo

Comments

Single-line comment:

x = 5  # This is an inline comment


Multi-line comment:

"""
This is a
multi-line comment
"""
x = 5