« All Events
6 PM – Intro To Python – Gamas
April 6, 2022 @ 6:00 pm - 7:00 pm
Today We Do
- We finished Hangman game. We added code to check if there is no more “?”, we stop the loop.
- We learn how to fix python errors:
- Run the program
- Click the blue line
- Read the error message
- Fix the error
Homework
- Continue fixing all errors in April6_FixPythonErrors1.py . If you fix all the problems, it will look like below
budget1 250
budget2 110
False
It is cool out there
I live in Moscow
Hello Gamas Chang
- Create a new python file April6_FixPythonErrors2.py
- Go to https://www.ayclogic.com/fix-python-bugs-2/ copy all the broken python codes and fix all the errors.