首页
技术博客
登录
6mi
u
盘
搜
搜 索
技术博客
python求绝对值
python求绝对值
tech
2024-11-20
2
def
abs
(
x
)
:
# x is real munber
if
x
<
0
:
return
-
x
else
:
return
x
abs
(
-
0.2
)
abs
(
-
10e
-
100
)
转载请注明原文地址:https://tech.qufami.com/read-19217.html
最新回复
(
0
)