- This event has passed.
10 AM – Intro To Python – Gamas
August 3 @ 10:00 am - 5:00 pm
Today We Did
- We finished flower function
- We finished tree function.
- We learned how to make diagonal line.
Homework
- Create a new python file aug_3_house_hw.py
- Copy the rectangle, circle and triangle functions from aug_3_tree.py file into aug_3_house_hw.py.
- Create a function house(x,y) where it will draw a house if you call it 1 time. When you call it two times, it will draw 2 houses.
- The house need to look like below