python小筆記-邏輯運算表達式(and,or,not)

與margin and(有假爲假,全真才真) 格式:表達式1  and  表達式2 eg:0 and 1 返回0 或 or(有真爲真,全假才假) 格式:表達式1  or  表達式2 eg:0 or 1 返回1 非 not(真爲假,假即真(取反)) 格式:not 表達式 eg:not 1 返回0
相關文章
相關標籤/搜索