题解 | 牛牛的空格分隔
牛牛的空格分隔
https://www.nowcoder.com/practice/b2203c4a5c304536a7f577bc885de511
c = input()
a = int(input())
f = float(input())
print(f"{c} {a} {f}")
牛牛的空格分隔
https://www.nowcoder.com/practice/b2203c4a5c304536a7f577bc885de511
c = input()
a = int(input())
f = float(input())
print(f"{c} {a} {f}")
相关推荐