下面 Python 代码的功能是统计非小写字母的数量,在【】之间应填入代码是( )。
not ("a"<=c<="z")
"a"<=c<="z"
c<"a" and c>"z"
not (c<"a" and c>"z")