2020年1月19日

Python学习(五)常见函数及控制结构

摘要: 常用函数: 1,type(变量名)返回该变量的类型 2,print()函数: pprint.pprint(t, width=50) #根据需要进行换行和缩进 print(value, ..., sep=' ', end='\n', file=sys.stdout, flush=False) 默认情况 阅读全文

posted @ 2020-01-19 21:55 不愧下学 阅读(517) 评论(0) 推荐(0)

导航