小白求助代码a = input()while a == 1 print(a)报错>>> %Run Zimo.pyTraceback (most recent call last): File "/home/pi/Desktop/Untitled.py", line 2 while a == 1 ^SyntaxError: invalid syntax