- This event has passed.
3 PM – Intro To Python – Sebastian
December 17, 2022 @ 3:00 pm - 4:00 pm
Remember, no class December 24th – December 31st!
Today We Did
- Reviewed how functions simplify repetitive operations (can put all the print statements inside a function and only call it once!)
- Functions can have as many parameters as you want (sometimes none!)
- Functions can have a return value, or might not
- In case you need anything, feel free to email me at sebastian@ayclogic.com
Homework
- Name your homework DEC17_functions_hw, please submit by next Friday.
- Homework: Please read pages 141 & 142, then try 8-6 by yourself. Remember your formatted strings, while loops, and where parameters go.