Python阶段一
# Python 中的保留字 False True None and assert break class continue del elif else except from global if import is lambda nonlocal not pass raise return try with yield for as def finally in or while # 数据类型 类型 描述 说明 Number (数字) int (整数) 如:10、-10 Number (数字) float (浮点数) 如:13.14、-13.14 Number...
more...