标签: python-3.x
如果这样的情况,我想在内部使用输入。
a = input("Give me a condition = ") #Like 3>2 if a: print("You are right!") else: print("You are wrong!")
我可以这样做,如果可以的话,我该怎么办?