对于以下示例: def fuctionName(int, bool): if int in range(...): if bool == True: return False else: return True. 有什么办法可以跳过第二个if语句?
確定! 回上一頁