python求助
查看原帖
python求助
394285
airio楼主2021/8/25 15:38

格式上哪里错了呀,pycharm上可以运行

a,b=map(float,input().split(' '))
c="{:.3f}".format(a/b)
print(c.strip())
print((b*2))
2021/8/25 15:38
加载中...