« All Events
3 PM – Intro To Python – Gamas
April 12 @ 3:00 pm - 4:00 pm
Today We Did
- We learned how to create functions.
- We learned how to use for loop to go through each element inside list
- We started to review 2nd final question adventure game
Homework
- Create apr_12_list_hw.py
- Create a new list, animals = elephant, whale, tiger, sparrow
- use for loop to go through each element inside the list.
- Inside the for loop if element is whale print “WHALE is the biggest animal in the world.”
- other wise just print the animal name.
- Create apr_12_function_hw.py
- copy codes from page 132 and page 139.
- Create apr_12_draw_panda_hw.py like below or make it better
