摘要:
在Python输入dir(__builtins__)可查看内嵌函数,像print()、help()、type()、len()等等。 输入help('keywords')可查看关键字,像def、if、else、while、for等等。 变量命名规则:不能是python的内置函数和关键字,不能以数字开头 阅读全文
posted @ 2018-02-09 00:15
20许创杰201801073
阅读(137)
评论(0)
推荐(0)
浙公网安备 33010602011771号