heigth = 10
width = 50

for y in range(heigth):
    for x in range(width):
        print(x, ",", y)      #<<< chamada de print