Question: write python programs to draw the following shapes ex: import turtle as t t.color(black,yellow) t.begin_fill() t.circle(50,90) t.lt(90) t.fd(50) t.rt(90) t.fd(50) t.lt(90) t.circle(50,180) t.end_fill() import turtle
write python programs to draw the following shapes
ex:
import turtle as t
t.color("black","yellow")
t.begin_fill()
t.circle(50,90)
t.lt(90)
t.fd(50)
t.rt(90)
t.fd(50)
t.lt(90)
t.circle(50,180)
t.end_fill()
import turtle as 29;) ) , } >0) } @.1BD)
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
