cs50/mario2.py

4 lines
72 B
Python

from cs50 import get_int
width = get_int("Width?: ")
print("?" * width)