m=10n=0while n!=m: n=eval(input()) while True: try: if n>m: print('too big') if n<m: print('too small') except: print('over')print('you win')#为什么会报错