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