- This event has passed.
7PM- Intro to Python -Joshua Widjanarko
December 19, 2024 @ 7:00 pm - 8:00 pm
Today We Did:
FUNCTIONS
- Functions are a way we can remove duplicated code in function
- How to create a function
- def function_name(variable_1, variable_2)
- Remember, our code outside the function does not know what is going on inside the function. If we have a list in a function for example, we can’t see it
- Last Class of the year! Happy Holidays
In one new file, “Dec19_Functions_HW”, do the following:
- https://www.ayclogic.com/list-inputs-if-and-else-loops-and-function/
- Only do questions 4-6
- Copy codes from page 130 to 133. (Start here if you need help with writing functions
email jwidjanarko@ayclogic.com for questions