首页 > 软件操作教程 > 编程开发 > Python
题目内容

python自带函数——浮点值 float()

题目答案

#带很多位小数的值

>>> print(abs(10))

10

>>> float('123.456789')

123.456789

>>> your_age = input('Enter your age: ')

Enter your age: 20

>>> age = float(your_age)

>>> if age > 13:

print('You are %s years too old' % (age - 13))

You are 7.0 years too old


网友评论(共0条评论)

请自觉遵守互联网相关政策法规,评论内容只代表网友观点!

最新评论

点击加载更多评论>>

软件操作 新人注册送三重礼

已有 22658 名学员学习以下课程通过考试

相关视频试题

最需教育客户端 软件问题一手掌握

去 App Store 免费下载 iOS 客户端