while 1: n=input().lower() if n in week.keys(): print(week[n]) else: print('ERROR') a=input('是否继续?') if a.lower()!='y': break