Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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 29;) ) , } >0) } @.1BD) 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()
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started