python 3 Cheat sheet
1、基本类型
integer,float,boolean,string bytes
2、识别码
变量、函数,模块、类。。。的命名。
3、变量赋值
=
4、容器类型
list[],tuple() str"",dict{} set,set()
5、类型转换
int,float,round,bool,str,chr,repr,bytes,list,dict set,':'.join(['toto','12']),推导式
6、序列容器索引
要想进步,必须得努力地要求自己。
严格地完成每天的任务,勇于实践,方能进步。
要有一个明确的目标。