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 ☝)

25th Oct 2021, 10:04 PM
Katdotbrush
Katdotbrush - avatar
3 Answers
0
[BusyTheseDays] Ok, thank you :)
25th Oct 2021, 10:28 PM
Katdotbrush
Katdotbrush - avatar
0
.pop(0) will remove the first element of a list
26th Oct 2021, 2:48 AM
Rik Wittkopp
Rik Wittkopp - avatar