Python求助
查看原帖
Python求助
671985
wsygjr楼主2022/2/3 10:36
b=input()
c=int(input())
d=float(input())
e=float(input())
print(b,end=' ')
print(c,end=' ')
print('%.6f'%(d),end=' ')
print('%.6f'%(e))

2022/2/3 10:36
加载中...