cs50/src6/1/mario5.py

4 lines
66 B
Python

# Prints a row of 4 question marks without a loop
print("?" * 4)