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
Meet Bob
By
J Adithyan
Run
eyes = circle(r=10, fill = "black", stroke = "none") dingus = circle( y=0, r=50, fill="#ffffff", stroke = "black") eyes = dingus+eyes eyes = eyes | translate(x=-75,y=75) | repeat(2, translate(x= 150)) nose = rectangle(w=20,h=100) mouth = line (x1=-100, y1=-50, x2=-50, y2=-100)+line(x1=-50,y1=-100,x2=50,y2=-100)+line(x1=50,y1=-100,x2=100,y2=-50) show(eyes, nose, mouth) #Bob just wants some friends
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login