问题因无法删除而关闭
print(f'{a/b:.3f}')
格式化迷你语言手册:https://docs.python.org/3/library/string.html#formatspec
这会将
2/3
0.666
0.667
:.3g
f
g