+ 1
Python, lists
Can we remove any element from a list using index number. Eg., list.pop(3) I saw we could use list.pop(0) to remove the first element.
3 Answers
+ 3
Yes, as long as you pass a valid index (within bounds), it should work.
+ 1
Thank uu 😊
+ 1
Pop method removes random element and pop() without argument is valid syntax.
Hot today
I have made a calculator in which my % (Percentage) not work correctly for 100%50 or 100%20.
2 Votes
Python palindrome challenge.
1 Votes
Java
0 Votes
Number of Ones ( C++ ) question!
1 Votes