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
New Sketch
By
Fazil Rahman
Run
def tinkerhub_logo(): r1 = rectangle(w=105, h=50, fill='#2CC0CF', stroke='none', x=-45, y=70) r2 = rectangle(w=50, h=50, fill='#2078F9', stroke='none', x=50, y=70) layer1 = r1 + r2 layer2 = rectangle(w=175, h=50, fill='#FECD3D', stroke='none', x=-12, y=0) r1 = rectangle(w=70, h=50, fill='#EE3C35', stroke='none', x=-65, y=-70) r2 = rectangle(w=42, h=50, fill='#91BF23', stroke='none', x=0, y=-70) r3 = rectangle(w=42, h=50, fill='#045768', stroke='none', x=52, y=-70) layer_three = r1 + r2 + r3 return combine([layer1, layer2, layer_three]) | translate(x=1) show(tinkerhub_logo())
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login