1模板

file=>settings=>editor=>file and code template=>python script

#!/usr/bin/python

# -*- coding:utf-8 -*-

ok

2文字大小

file=> settings=> editor=>color and font =>font=>saveas...=>18 ok

3基本数据类行

  数字 Int

  字符串 str

  布尔值 bool

  列表 list

  元祖 tuple

  字典 dict

所以字符串,数字,字典,等所具备的方法存在相对 类 里 type

len 长度

 

 

  

 

posted on 2018-01-29 14:48  1945775622  阅读(70)  评论(0)    收藏  举报