发布时间:2019-09-20 07:25:50编辑:auto阅读(1625)
python中print之后是默认换行的,
如果我们不想换行,且不想讲输出内容用一个print函数输出时,就需要改变print默认换行的属性,
方法如下:
print('contents', end='')
end就表示print将如何结束,默认为end="\n"(换行)
举例:
让print输出不换行:
如果是python2.7那么print输出不换行写法是加个“逗号”
for line in sys.stdin: print line,
上一篇: windows python MySQL
下一篇: python2.6 升级到 python
47839
46384
37278
34728
29311
25969
24907
19946
19540
18019
5789°
6410°
5925°
5959°
7062°
5909°
5941°
6436°
6403°
7774°