python index out of bounds,Python错误代码:IndexError:索引错误列表索引超出范围
I'm trying to write a function in Python that simulates a horse race. While there's no winner, it clears the screen, shows the list of horses (all have index starting at zero). Then, on the line I've ...