python3中如何输出空格

图片[1]-python3中如何输出空格-uusu优素-乐高,模型,3d打印,编程

python 3.x版本输出不换行格式如下

print(x, end="") end="" 可使输出不换行。

#!/usr/bin/python
#-*-coding:UTF-8-*-

l=[]
foriinrange(3):
x=(input())
l.append(x)
l.sort()
foriinrange(0,3):
print(l[i],"",end="")
print("\n")

输出结果

1
9
5
159
原文来自:https://www.py.cn
© 版权声明
THE END
喜欢就支持一下吧
点赞14 分享
评论 抢沙发
头像
欢迎您留下宝贵的见解!
提交
头像

昵称

取消
昵称表情代码图片

    暂无评论内容