I can't get the required output in python, it's showing Attribute Error. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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...

17th Aug 2020, 11:44 AM
Advik
Advik - avatar
2 Answers
+ 1
Thanks dude...
18th Aug 2020, 9:47 AM
Advik
Advik - avatar