Circle(width=60, height=10, color='green')
Circle(width=10, height=60, color='green')
Circle(width=40, height=30, color='blue')
Circle(width=30, height=20, color='white')
Circle(width=20, height=10, color='red')

Intro Example 3

by sunil

Created 3 years, 12 months ago.
Based on Intro Example 3 by andrew98.