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
Android kunjappan
By
Mohammed Sahad C P
Run
c1=ellipse(w=50,h=100,fill="silver") c2=rectangle(x=0,y=75,h=50,w=50,fill="silver") c3=ellipse(x=15,y=-80,w=15,h=80,fill="silver") c4=ellipse(x=-15,y=-80,w=15,h=80,fill="silver") c5=ellipse(x=45,y=40,w=60,h=15,fill="silver") c6=ellipse(x=-45,y=40,w=60,h=14,fill="silver") c7=circle(y=85,x=12,r=7,fill="red",stroke="blue") c8=circle(y=85,x=-10,r=4,fill="blue",stroke="white") c9=rectangle(y=65,x=0,w=25,h=3,fill="black") c10=ellipse(y=65,x=70,w=15,h=60,fill="silver") c11=ellipse(y=65,x=-70,w=15,h=60,fill="silver") c12=rectangle(y=110,x=0,w=1,h=20) c13=circle(y=122,x=0,r=2,fill="red") r=rectangle(w=280,h=280,stroke="green") r1=r|repeat(200,rotate(2)|scale(1)) c14=circle(y=25,x=0,r=10,fill="green",stroke="white") show(c1,c2,c3,c4,c5,c6,c7,c8,c9,c10) show(c11,c12,c13,c14,r,r1)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login