对于以下示例:
def 函数名(int, bool): if int 在范围内(...): if bool == True: 返回 False else: 返回 True
有没有办法跳过第二个if语句?只是告诉计算机返回布尔值`bool`的相反值?
用户名或邮箱地址
密码