+ 1
I can't get the required output in python, it's showing Attribute Error.
nums = [1,2,3,4,5] nums.remove(3) Attribute Error..... nums.reverse() Attribute Error... Please explain this to me and if you can, then provide a code playground link...
2 Answers
+ 1
Thanks dude...