运行 ❯
获取您的
自有 Python
服务器
×
更改方向
更改主题,暗色/亮色
进入 Spaces
#Import math Library import math #Remove - sign of given number print(math.fabs(-66.43)) print(math.fabs(-7))
66.43
7.0