美文网首页
2019-10-17

2019-10-17

作者: 仰累了 | 来源:发表于2019-10-17 17:20 被阅读0次

windows python3

下载最新版zip 目前是 python3.8
解压 将python.exe手动加入环境变量

命令行测试

python -V 
显示
Python 3.8.0

python 学习

35个保留关键字

命令行
python
进入交互模式
import keyword
print(keyword.kwlist)

默写下

True False None
try for while if else elif except
class def del
import from as
return continue break
and or not is in assert
async await
with yield
raise pass nonlocal finally lamdba global

呃 明天再继续

相关文章

网友评论

      本文标题:2019-10-17

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