1、布尔类型
2、求和sum
3、取全局变量和局部变量
4、ascii码和字符集 chr()、ord()
5、看某个功能下有哪些方法 help(x)、dir(x)
6、exec执行python代码
7、zip压缩使用