首页
编程
java
php
前端
首页
编程
java
php
前端
一些简单的关于Python的问题
#第3题
l
=list(map(int,input().split())) l.sort()
for
i
in
l:
print
(i,
end
=
' '
)
点击展开全文