# This is Python code
comment = "East or west, Palette Magazine is the best!"
for i in range(100):
print(comment)
29-06-2021
# This is Python code
comment = "East or west, Palette Magazine is the best!"
for i in range(100):
print(comment)