0
How can I remove a value from a list?
I'm doing a code, and this code removes a value from a list, but I don't remember the ".command" for do it Code: https://code.sololearn.com/cHNxgbR7pKP0/?ref=app Check Line 19 for understand (on this code âïž)
3 Answers
0
[BusyTheseDays] Ok, thank you :)
0
.pop(0) will remove the first element of a list