会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
mathum
博客园
首页
新随笔
联系
订阅
管理
公告
2020年8月7日
#
python3 函数小记
摘要: 1.abs() abs() 函数返回数字的绝对值。 1 print "abs(-45) : ", abs(-45) 2 print "abs(100.12) : ", abs(100.12) 3 print "abs(119L) : ", abs(119L) 4 5 以上实例运行后输出结果为: 6
阅读全文
posted @ 2020-08-07 11:14 mathum
阅读(175)
评论(0)
推荐(0)
编辑
Powered by:
博客园
Copyright © 2024 mathum
Powered by .NET 9.0 on Kubernetes