按位與 字符串

布爾運算:   運算符:     not  and  or 布爾 非 操作 not 語法:   not x 作用:   對x 進行布爾取非, 如果bool(x) 爲 True,則返回False, 示例:   not True  # False   not False # True   not 100   # ???   x = int(input("請輸入一個整數:"))   if not (x
相關文章
相關標籤/搜索