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
Chocolate Bar
By
Kaustubh Patil
Run
black = "#000000" white = "#FFFFFF" red = "#FF0000" green = "#00FF00" blue = "#0000FF" yellow = "#FFFF00" brown1 = "#5C3317" brown2 = "#7B3F00" cb = rectangle(w=60, h=60) + rectangle(w = 40,h = 40) l1 = line(x1=-20, y1=20, x2=-30, y2=30) show(cb, l1) cb1 = cb | translate(x=-30, y=90) cb2 = cb | translate(x=30,y=90) cb3 = cb | translate(x=-30,y=30) cb4 = cb | translate(x=30,y=30) cb5 = cb | translate(x=-30,y=-30) cb6 = cb | translate(x=30,y=-30) cb7 = cb | translate(x=-30,y=-90) cb8 = cb | translate(x=30,y=-90) #show(cb1, cb2, cb3, cb4, cb5, cb6, cb7, cb8)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login