grahamcodling

Results 2 issues of grahamcodling

The "Example is Broken" issue is just a simple indenting problem with the global fillVal in the keyPressed function, put it where it should go and it works fine in...

In the webpage - https://py.processing.org/reference/keyPressed.html It says example broken All that needs to be changed is to reduce the indent on global value (in the def keyPressed() function) global value...