+ 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 odpowiedzi
+ 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