0分求助-Python
查看原帖
0分求助-Python
767779
BD_AZZR_CN楼主2023/2/26 08:03

测试结果和样例一致 但是就是没过

l = input().split(' ')
print(" " * (8 - len(l[0])) + l[0] + " " * (8 - len(l[1])) + l[1] +  " " * (8 - len(l[2])) + l[2])
2023/2/26 08:03
加载中...