```python for a in range (0, WIDTH): print(a) ``` works if I use int(WIDTH)
works if I use int(WIDTH)