运行 ❯
获取你
自己的 Python
服务器
×
更改方向
更改主题,黑暗/光明
进入 Spaces
import numpy as np arr = np.around(3.1666, 2) print(arr)
3.17