3 lines
85 B
Python
3 lines
85 B
Python
# Set global width and height variables
|
|
global width, height
|
|
width, height = 800, 600 |