- This event has passed.
9AM – Intro to Python – Saagar
October 15, 2022 @ 9:00 am - 10:00 am
Today we did:
- Covered more examples of functions with return values. Did 3 problems together as a group
- Had each student write their own functions to solve a problem
- Introduction to random module and to the randint and choice functions
- randint – used to randomly generate a number in a range
- choice – randomly choose a value from a list
Homework
In a file called StarWarsRandomHW.py, do the following problems from https://indo.ayclogic.com/intro-to-python/star-wars-problem/