python中绝对值的表达式

abs(x)
print(abs(23))          #23
print(abs(-45)) #45
 
posted on 2019-11-05 14:06  金龟子大战猕猴桃  阅读(2168)  评论(0编辑  收藏  举报