re.py 100 Bytes Edit 1 2 3 4 5 6 7 c=["j","d","a"] r=input("你") if r in c: print("可以去"+r) else: print("没有")