raspberrypipress / gsw-micropython-on-raspberry-pi-pico-2e

Code and resources for Get Started with MicroPython on Raspberry Pi Pico, 2nd Edition
3 stars 1 forks source link

Refactor: remove nnnecessary `global` statements #2

Closed sbwiecko closed 1 month ago

sbwiecko commented 2 months ago

This pull request removes unnecessary global statements from Traffic_Lights.py, and adds a pause at the end of reaction_game.py. The changes are as follows:

bjepson commented 1 month ago

Thanks, @sbwiecko!