Python中的类和对象: class Man: def setn…
文件操作: f = open('e:\\record.txt', …
lambda表达式 : g = lambda x , y : x …
输入: a = input('please input a val…