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
4
Wifi
By
Muhammad Ali M A
Run
r = rectangle(h=300,w=300,fill="#000000") def wifi(r): c = circle(x=0,y=0,r=r,stroke_width=15, stroke="#ffffff") return c c1 = circle(r=10, fill="white", stroke="none") c2 = wifi(30) c3 = wifi(60) c4 = wifi(90) c5 = wifi(120) r1 = rectangle(x=0,y=-75,w=300,h=150, fill="#000000") | rotate(35) r2 = r1 | rotate(-62.5) show(r,c2,c3,c4,c5,r1,r2,c1) print("you are connected to internet")
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login