Explore
Courses
Batches
Sketches
Statistics
Code a Pookkalam
Jobs
Devsprint
People
Course Creation
Create a Course
Guidelines
Resources
Support
Blogs
My Profile
About Us
Login
Sketches
0
AK
By
Akhil B Xavier
Run
def AK(): fill_circle = "black" colour = '#fff' center_circle = circle(r = 95, fill=fill_circle, a= .5) stroke_1 = line(x1= 0, y1 =55, x2=0, y2= -35 ,stroke= colour, stroke_width=5) stroke_2 = line(x1= 0, y1 =55, x2=-47, y2= -45 ,stroke=colour, stroke_width=5) stroke_3 = line(x1= 40, y1 =55, x2=-55, y2= -30 ,stroke=colour, stroke_width=5) stroke_4 = line(x1= 0, y1 =19, x2= 40, y2= -40 ,stroke=colour, stroke_width=5) ak = stroke_1+stroke_2+stroke_3+stroke_4 show(center_circle, ak) #printing AK shape = rectangle(w=200, h=200) | repeat(9, rotate(10)) show(shape) AK()
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login