题解 | 复读机
复读机
https://www.nowcoder.com/practice/9d381551b6ab40c4b5c3c8d60fe4066e
a = int(input())
b = int(input())
c = float(input())
d = input()
e = input()
print(a,b,f'{c:.1f}',d,e,sep='\n')
算法学习篇--新手入门130 文章被收录于专栏
用python语言来刷精选必刷130经典题,一起交流刷题解法