- This event has passed.
11 AM – Intro To Python – Gamas
September 12 @ 11:00 am - 12:00 pm
Today We Did
- We learn more about function and function parameters
Homework
- Create a new python file sep_12_function_hw.py
- Create a new function with the following requirements
- function name is “favorite_game”
- three function parameters: game_1, game_2, game3
- When calling the function favorite_game(“minecraft”, “rob-lox”, “mario”) then the function will print “These are my favorite games: minecraft, rob-lox, mario”
- When calling the function favorite_game(“minecraft”, “pikmin“, “magic 8 ball”) then the function will print “These are my favorite games: minecraft, pikmin, magic 8 ball”.
- Create a new python file sep_!2_triangle_face_hw.py
- Draw the triangle face using turtle.