# This is a single-line comment in Python
print("Hello, world!")
"""
This is a multi-line comment
in Python
print("Comments are ignored")