概述

Overview
解释型语言
使用缩进表达逻辑
使用input获取到的数据都是字符串string
没有switch语句
使用try-except捕获异常;使用raise抛出异常
标识符 Identifiers
关键字 Keywords
注释 Comment
变量 Variable
方法 Function
类 Class
异常 Exception