0分救助!(python语言)
查看原帖
0分救助!(python语言)
791222
lby_commandBlock楼主2022/12/3 20:06
a = map(str, input().split())
a = list(a)
print('        '.join(a))
2022/12/3 20:06
加载中...