- This event has passed.
9AM – Intro to Python – Saagar
October 8, 2022 @ 9:00 am - 10:00 am
Today we did:
- Went into functions with return values in detail: why they are needed, how we use them, how the location of return affects what code runs
- examples of functions with return value we’ve seen like input()
- ran through examples together of writing and calling functions with return values and doing something with that return value
Homework
In a file called FunctionsWIthReturnValueHW.py, do the following:
- https://indo.ayclogic.com/list-inputs-if-and-else-loops-and-function/ number 7
- Page 138, 139 from textbook