« All Events
5 PM – Indo – Intro to Python – Joel
March 20, 2023 @ 6:00 pm - 7:00 pm
Today we did:
- We went over the homework for last week and did some exercises.
Homework:
- Next week is 2nd quiz.
- Redo these exercises for practice
- https://www.ayclogic.com/intro-to-python-exercises-for-quiz-2/
- https://www.ayclogic.com/intro-to-python-exercises/
- Please study the following
- Function with and without return values.
- Random
- While loops, For loops
- List. How to use for loop to go through each element inside a List.
- How to get input from shell.
- If elif else statements.
- How to fix python errors.