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
Flag of Sweden
By
Riya P Mathew
Run
#Recreate Flag of Sweden bg = rectangle(w=300, h=300, stroke='none', fill='#FFFFFF') tness = 35 #thickness of stripe h_range = 180 base = rectangle(w=300, h=h_range, stroke="none", fill = "#004B87") stripe1 = rectangle(w=300, h=tness, stroke="none", fill='#FFCD00') stripe2 = rectangle(x=-45, w=tness, h=h_range, stroke="none", fill='#FFCD00') show(bg, base, stripe1, stripe2)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login