• Custom User Avatar

    My for loop won't run correctly (Using python).
    I have it go through each item in the list, and if it's a string, it removes it. For some reason it only removes one item and then doesn't continue the loop at all after that. I even tried copy-pasting the same exact code into PyCharm, and it works perfectly fine there.