American Young Coder

AYC logo

4 PM – Intro To Python

Homework Copy broken python codes from here into your Thonny and fix the errors using techniques taught in the class: https://www.ayclogic.com/fixing-python-bugs/

5 PM – Introduction to Python

Today we learned: That all inputs from the shell are strings To compare user inputs to integers, input variable must be converted to int The different combinations of if/elif | if/elif/if HowRead More...