+ 1

What is the result of this code?

a = list(range(2,20,3)) a.insert(2,5) a.append(100) print(len(a))

6th Nov 2018, 4:52 PM
Tomáơ Bukvička
Tomáơ Bukvička - avatar
2 Answers
+ 2
You can also try it yourself in code playground 😋
6th Nov 2018, 5:18 PM
Matthias
Matthias - avatar
0
Tomáơ Bukvička Why you made this question?
6th Nov 2018, 7:26 PM
KrOW
KrOW - avatar