When you ask the AI what's wrong with the code. it first points out that the while True loop wasn't closed with a curly bracket '}"
But I'm using Python. When you try to run the code with a curly bracket "}" at the end of the while True loop, of course, the code still won't run, and when the AI is asked again, it will say that the curly bracket is not necessary since it's not for Python.