美文网首页
Python基础补充

Python基础补充

作者: 辽南 | 来源:发表于2018-04-03 17:39 被阅读7次

作为一名初学者的我在Python使用过程中会遇到的问题(随时有问题随时更新)

1.在python3.x时候,变量命名不能含有的33个关键字:False None True and as assert break class continue def del elif else except finally for from global if import in is lamba nonlocal not or pass raise return try while with yield
2.一个汉字在utf-8 中占3个字符

相关文章

网友评论

      本文标题:Python基础补充

      本文链接:https://www.haomeiwen.com/subject/xhechftx.html