摘要: 1、tuple 的 unpack a,b = t 2、格式化输出 print('您的输入:{},值为{}',format(a,b)) 3、日期计算 import datetime as dt import time as tm print ("time={}",tm.time()) 4、pyhon 阅读全文
posted @ 2018-02-26 10:10 oftenlin 阅读(155) 评论(0) 推荐(0)