Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- from graph import *
- brushColor('blue')
- polygon([(100,100),(200,50),
- (300,100),(100,100)])
- brushColor('green')
- rectangle(130,100,270,200)
- penColor('white')
- brushColor('black')
- penSize(5)
- rectangle(160,120,240,165)
- run()
Add Comment
Please, Sign In to add comment