cs50/src6/1/mario0.py

5 lines
77 B
Python

# Prints a column of 3 bricks with a loop
for i in range(3):
print("#")