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
呃 明天再继续
网友评论