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
3
GOOGLE MEET
By
Farhan
Run
a = rectangle(w=200,h=200,fill="white",stroke="none") r = rectangle(w=25,h=51,fill='#2684fc',stroke='none') | translate(x=-37.2) r1 = rectangle(w=100,h=25,fill='#00ac47',stroke='none') | translate(y=-37.5) r2 = rectangle(w=25,h=25,fill='#0066da',stroke='none') | translate(x=-37.5,y=-37.5) p1 = polygon([point(-50,25),point(-24.75,25),point(-24.75,50)],fill='#e94235',stroke='none') r4 = rectangle(w=25,h=25,fill='#ffba00',stroke='#ffba00') | translate(x=37.5,y=12.5) r3 = rectangle(w=75,h=25,fill='#ffba00',stroke='#ffba00')|translate(y=37.5,x=12.5) r5 = rectangle(w=25,h=25,fill='#00ac47',stroke='#00ac47') | translate(x=37.5,y=-12.5) p4 = polygon([point(25,0),point(75,-37.5),point(75,37.5)],fill='#00ac47',stroke='#00ac47') show(a,r,r1,r2,r3,r4,r5,p1,p4) print(" GOOGLE MEET ")
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login