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
Joseph Johnson
Run
shadow = color(r=2,g=48,b=71,a=0.75) background = circle(r=500, fill=shadow, stroke='none') canvas = circle(r=150, fill='#fffffc', stroke='none') show(background, canvas)` def square(side, fill) return rectangle(w=side, h=side, stroke='none', fill=fill) large_rect1 = square(side=10, fill='black') show(large_rect1)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login