首页
编程
java
php
前端
首页
编程
java
php
前端
这个用python改怎么做啊?
a
,b,c = input().
split
()
# print(a,b,c)
print(
"{:>8} {:>8} {:>8}"
.
format
(
a
,b,c))
点击展开全文