Circle(width=100, height=100, color='black')
Circle(width=50, height=50, color='white')
Circle(width=40, height=4, color='red')
Square(width=300, height=30, color='white')
Circle(width=20, height=20, color='red')

Intro Example 3

by rafiah

Created 4 years, 6 months ago.
Based on Intro Example 3 by terapsych.