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
1
GOOGLE CLASSROOM
By
Farhan
Run
a = polygon([point(-45,-50),point(-50,-45),point(-50,45),point(-45,50),point(45,50),point(50,45),point(50,-45),point(45,-50)],fill='#EDA306',stroke='#EDA306') | scale(1.5) c = circle(r=5.15,x=-70,y=-70,stroke='#EDA306',fill='#EDA306')| scale(1) | repeat(4,rotate(90)) b = ellipse(h=25,w=60,fill='#60BE90',stroke='#60BE90') d = rectangle(w=60,h=12.5,stroke='#60BE90',fill='#60BE90') | translate(y=-9) f = circle(r=12.5,fill='#60BE90',stroke='#60BE90') | translate(y=40) e = b + d + f | translate(y=-60,x=-40) | scale(0.6) g = b + d + f | translate(y=-60,x=40) | scale(0.6) h = ellipse(h=25,w=60,fill='white',stroke='white') i = rectangle(w=60,h=12.5,stroke='white',fill='white') | translate(y=-9) j = circle(r=12.5,fill='white',stroke='white') | translate(y=40) k = h+i+j | translate(y=-41) | scale(0.8) l = rectangle(h=120,w=120,fill='#20A464',stroke='#20A464') m = e+g+k | translate(y=15) n = rectangle(w=30,h=7.5,x=35,y=-56,fill='white',stroke='white') show(a,l,c,m,n) print(" GOOGLE CLASSROOM ")
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login