【Python】-NO.96.Note.2.Python -【Python 基础】

1.0.0 Summary

Tittle:【Python】-NO.95.Note.1.Python -【Python 老男孩 基础】-

Style:Python

Series:Python

Since:2018-07-08

End:2018-07-08

Total Hours:30+

Degree Of Diffculty:5

Degree Of Mastery:5

Practical Level:5

Desired Goal:5

Archieve Goal:3

Gerneral Evaluation:3

Writer:kingdelee

Related Links:

http://www.cnblogs.com/kingdelee/

  1. python保留字

>>> import keyword
>>> keyword.kwlist
['False', 'None', 'True', 'and', 'as', 'assert', 'break', 'class', 'continue', 'def', 'del', 'elif', 'else', 'except', 'finally', 'for', 'from', 'global', 'if', 'import', 'in', 'is', 'lambda', 'nonlocal', 'not', 'or', 'pass', 'raise', 'return', 'try', 'while', 'with', 'yield']

  

  1. 注释

猜你喜欢

转载自www.cnblogs.com/kingdelee/p/9280432.html