摘要: python 3 的 print 语句支持(python 2.x 不支持)自定义结束符(默认是换行) print(value, ..., sep=' ', end='\n', file=sys.stdout, flush=False) ——value表示要输出的参数,可以有多个,如果只是输出多个参数 阅读全文
posted @ 2019-04-06 10:56 发光的向日葵 阅读(1938) 评论(0) 推荐(0)