1.

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

Answer»

(a) clr = [“blue”, “red”, “green”, “orange”]



Discussion

No Comment Found

Related InterviewSolutions