- This event has passed.
10:30 AM – Intro To Python – Bill
August 10 @ 10:30 am - 11:30 am
Your HW:
- Use slanted rectangles to draw the letter A starting from (0,0)
- When you are done, convert the function to have 2 parameters x and y where the letter A will be drawn starting from (x,y)
- hint add x to every x parameter when you call draw rectangle and y to every y parameter like I showed in class