# All these variables are defined from line no 26 to 29. # Task: Draw a GREEN rectangle with the same dimensions as the WHITE rectangle and # touching the WHITE rectangle on the vertical side.
To run it you need to: First Method (easy): Have Python installed and run the "main.py" script Second Method (medium): Have Python and Pyinstaller installed, run the command "pyinstaller --onefile ...