比如
while True: quit= int(input ("输入0退出:")) if quit = 0: break
可以是等式,但是要写成 if quit == 0:
if
quit
==
0
: