0
what is the result of this code???????
letters = ["a", "b", "c"] letters.append("d") print(len(letters))
4 odpowiedzi
+ 7
Run it in the playground
+ 2
Let me answer your question with another question
If you have a list with 3 elements and add 1 element how many elements do you have then ?
0
please, i am not getting it
nums =
"a", "b", "c", "d"
nums.
("z")
print(
(nums))
0
4 hoga