Square(color='black')
ear1 = Circle(width=16, height=50, color='pink', x=30, y=28)
ear2 = Circle(width=16, height=50, color='pink', x=66, y=28)
head = Circle(width=60, height=60, color='white', x=50, y=70)
eye1 = Circle(width=6, height=10, color ='black,', x=40, y=60)
eye2 = Circle(width=6, height=10, color ='black,', x=56, y=60)
mouth = Circle(width=10, height=4, color='red', x=48, y=75)
hello = Text(text="Uh oh...", y=95, x=85, font_size=6)
hello.color = 'white'

Bunny

by hsun

Created 3 years, 10 months ago.