+ 1
Why it doesnot work?
c=[6.0,4,7] c.Append (3,8)
8 Answers
+ 3
append with lowercase and it takes one argument
c=[6.0,4,7]
c.append (3)
c.append(8)
or you can use the extend method
c.extend([3,8])
+ 2
c=[6.0,4,7]
c.append (3)
c.append(8)
print(c)
+ 1
You have to write
c=[6,0,4,7]
c.append (3)
c.append (8)
# append in small letters
# append takes only single input
0
هل انت عربي؟
لم افهمك
i didnot understand what is tge problem
0
i did this
but I have no output!!??
0
📈A Z M Mushfiqur Rahman📈
plz can u contact with me on facebook??
0
send request to me