在Python中,你可以这样编写if语句:
var = True if var: print '我在这里'
有没有办法在不使用==的情况下执行相反的操作,例如:
var = False if not var: print '学到了东西'
用户名或电子邮箱地址
密码