« All Events
7 PM – Intro To Python
May 7, 2021 @ 6:00 pm - 7:00 pm
- We went over how fix bug and read Python error messages for the 2nd time.
- We practice Function with return value.
- Next week is our 2nd quiz, please prepare yourself with the following topics.
- Everything we have learned so far will be fair questions in the 2nd quiz. But please spend more time on the following topics:
- Functions without return value
- Functions with return value
- List
- For Loop. How to loop List and how to loop with range.
- While loop and forever loop.
- How to continuously ask user input from shell until user enter “quit” or “exit.
- random modules