。roth lower(substr(ename,2,length(ena)))
发布时间:2017-02-23 23:30:25
this is a test. $0 [this][is][a][test.]$1 [this] $2 [is] $3 [a] $4[test.] $1 [this] $2 [is] $3 [a] $4[t.........【阅读全文】
发布时间:2017-02-21 22:36:16
点击(此处)折叠或打开abs 求取绝对值 max取最大值 min 取最小值len 取得list的长度range 轮询序列divmod 取两个数的商和 余divmod(5,2) (2,1)pow 求多次方,2的.........【阅读全文】
发布时间:2017-02-15 07:23:31
旧版 '%-17.8s' % ('Hangzhou Python') d,digit f, float 突破6位浮点小数点的限制 '{:f}'.format(3.14159) '{:.^16d}'.format(123123123213) #居中对齐, . 填充 #. 截断长度 15位小数 '1.231231232130000' '{:6.4f}'.format(1..........【阅读全文】