Circle(color='tan')
Circle(width=90,height=90,color='deeppink')
Circle(width=25,height=25,color='tan')
Rectangle(width=6,height=9,color='turquoise',y=25)
Rectangle(width=6,height=9,color='pink',y=32,x=70,rotation=45)
Rectangle(width=6,height=9,color='pink',y=32,x=30,rotation=135)
Rectangle(width=6,height=9,color='turquoise',y=75)
Rectangle(width=6,height=9,color='pink',y=68,x=30,rotation=45)
Rectangle(width=6,height=9,color='pink',y=68,x=70,rotation=135)
Rectangle(width=6,height=9,color='turquoise',y=50,rotation=90,x=25)
Rectangle(width=6,height=9,color='turquoise',y=50,rotation=90,x=75)
Rectangle(width=6,height=9,color='yellow',rotation=22,y=20,x=63)
Rectangle(width=6,height=9,color='yellow',rotation=157,y=20,x=37)
Rectangle(width=6,height=9,color='yellow',rotation=112.5,y=40,x=20)
Rectangle(width=6,height=9,color='yellow',rotation=67.5,y=40,x=80)

donut

by CUTEKAWAIICODER

Created 1 year, 3 months ago.