Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Removing element from list
Post: RE: Removing element from list

Thank you guys. I have used option with while - it spoke to me the most. Anyway I have a question about that: for i in list(a): if i == c: a.remove(i)What does that list(a) there mean? I...
squall General Coding Help 6 3,110 Nov-22-2020, 10:16 AM
    Thread: Removing element from list
Post: Removing element from list

Hello guys, I'm new on the forum. The reason I'm here is that I do not know how to fix my problem and hopefully you can help me. I want to delete the maximum element from the list with the command "r...
squall General Coding Help 6 3,110 Nov-21-2020, 10:18 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020