Circle(width=50, height=60, color='red')
Circle(width=40, height=50, color='white')
Circle(width=30, height=40, color='red')
Circle(width=20, height=30, color='white')
Circle(width=10, height=20, color='red')
Square(width=5, height=5, color='white')

IntroExample3CirclesSquare

by jkaiglermann

Created 7 years, 9 months ago.
Based on Intro Example 3 by jamie.