The Joy of Programming
The Web Colors
There is no preview available for this lesson. Please join the course to access it. Click here to enroll.
Questions
JR Joel Reji
2 years ago
Post
Dismiss
Can anyone share the code for the first exercise, Im having some trouble with it.
Can anyone share the code for the first exercise, Im having some trouble with it.
TK Tomin kadaprayil
2 years ago
Post
Dismiss
r1 = rectangle(y=0, x=100, h=300, w=100, fill="firebrick", stroke="none")
r2 = rectangle(y=0, x=0, h=300, w=100, fill="white", stroke="none")
r3 = rectangle(y=0, x=-100, h=300, w=100, fill="green", stroke="none")
show(r1, r2, r3)
just reffer it
r1 = rectangle(y=0, x=100, h=300, w=100, fill="firebrick", stroke="none")
r2 = rectangle(y=0, x=0, h=300, w=100, fill="white", stroke="none")
r3 = rectangle(y=0, x=-100, h=300, w=100, fill="green", stroke="none")
show(r1, r2, r3)
just reffer it
Want to discuss?
Post it here, our mentors will help you out.
color code
BP Bhagya Praveen
2 years ago
Post
Dismiss
color code of bright white
color code of bright white
AJ Amal Jyothi S
2 years ago
Post
Dismiss
#FDFEFF
#FDFEFF
KN Khadeeja Najeem
2 years ago
Post
Dismiss
some colours aren't showing up
some colours aren't showing up
NA Nayeem AK
2 years ago
Post
Dismiss
I think the colors work completely fine. But there is some dissimilarity from the given colours of the qn. For Ref: *FREN GREEN = "#4F7942" *BRIGHT WHITE = "#FDFEFF" *FLAME SCARLET = "#CD212A" * BRIGHT VERMILION = "#E34234" *WHITE = "#FFFFFF" *COBALT BLUE = "#0047AB"
I think the colors work completely fine. But there is some dissimilarity from the given colours of the qn. For Ref: *FREN GREEN = "#4F7942" *BRIGHT WHITE = "#FDFEFF" *FLAME SCARLET = "#CD212A" * BRIGHT VERMILION = "#E34234" *WHITE = "#FFFFFF" *COBALT BLUE = "#0047AB"
Want to discuss?
Post it here, our mentors will help you out.