资讯

This can cause the loop to skip over elements. For example, when 1 is removed, 2 moves into 1's old position, but the loop's internal counter has already moved on, potentially skipping 2.
Python has a way to convert one type of data to another. For example, turning a number into a string to print it, or converting user input (which is always a string) into an integer for calculations.