22 以下关于 Python 程序语法元素的描述错误的选项是:A段落格式有助于提高代码可读性和可维护性B虽然 Python 支持中文变量名但从兼容性角度考虑还是不要用中文名Ctrue 并不是 Python 的保留字D并不是所有的 if、while、def、class 语句后面都要用 ‘:’ 结尾带上解析
C)true 并不是 Python 的保留字。Python 的保留字包括:and, as, assert, break, class, continue, def, del, elif, else, except, False, finally, for, from, global, if, import, in, is, lambda, None, nonlocal, not, or, pass, raise, return, True, try, while, with, yield。
原文地址: https://www.cveoy.top/t/topic/hvJr 著作权归作者所有。请勿转载和采集!