Let list1 =['Red','Green','Blue','Cyan','Magenta','Yellow','Black'] What is the output of the following code ?print(list1[2:6:2])
Answers
Answered by
6
Similar questions