0
GivGen a list = [102, 343 , 'que', 2.2, 50], what would be the output of print(list[0:2]) in Python? *
A quick response will be highly appreaciated
1 Resposta
+ 5
[102, 343]
You can test in in the SoloLearn Code Playground.
A quick response will be highly appreaciated