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
Anas M
Run
#logo functiom def tinkerhub_logo() r1=rectangle(x=-45,y=70,w=105,h=50,fill='#2CC0CF',stroke='none') r2=rectangle(x=50,y=70,w=-50,h=50,fill='#2078F9',stroke='none') layer1=r1+r2 layer2=rectangle(x=-12,y=0,w=175,h=50,fill='HFECD3D',stroke='none') r1=rectangle(x=-65,y=-70,w=70,h=50,fill='HEE3C35',stroke='none') r2=rectangle(x=0,y=-70,w=42,h=50,fill='#9CBF23',stroke='none') r3=rectangle(x=52,y=-70,w=42,h=50,fill='#045768',stroke='none') layer3=r1+r2+r3 return combine([layer1,layer2,layer3])|scale(0.8)|translate(x=1) show(tinkerhub_logo)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login