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
Smiley
By
Kaustubh Patil
Run
black = "#000000" white = "#FFFFFF" red = "#FF0000" green = "#00FF00" blue = "#0000FF" yellow = "#FFFF00" cr = circle (r = 103, fill = yellow) cr2 = circle (r = 10, fill = black) | translate(x = 53, y=33) show(cr, cr2) cr3 = circle (r = 10, fill = black) | translate(x =-53, y=33) show(cr3) cr4 = circle (r = 45, fill = black) | translate(x = 0 , y=-50) show(cr4) r = rectangle (w = 100, h = 70,fill = yellow,stroke=yellow)| translate (x = 0, y =-20) show(r)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login