From the following which code is used for assigning four colours in variable clr
(a) clr = [“blue”, “red”, “green”; “orange”]
(b) clr = {blue, red, green, orange}
(c) clr = (blue, red, green, orange)
(d) None of these
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
(a) clr = [“blue”, “red”, “green”, “orange”]