标签: python python-3.x
我无法得到这个来回应输入。打印'你打字就像你有一个选择!'无论我输入什么
redy = raw_input('Are you ready for this amazingness?') if redy == 'yes' or 'Yes' or 'Yup' or 'yup' or 'ya' or 'Ya': print'You typed that like you had a choice!'