0
Is .append() only for number, not for string
2 Answers
+ 2
append adds whatever to the end of a list. Have you actually tried it out yourself first?
0
Yes I tried but unfortunately i forgot to use [ ] that's why I didn't get answer.
And I was thinking it only works for number.
But now I get it. âđŒ