python2int_Python 2.7和3.3.2,为什么int('0.0')不起作用?

int(x, base=10)

Convert a number or string x to an integer, or return

0 if no arguments are given. If x is a number, it can be a plain

integer, a long integer, or a floating point number. If x is floating

point, the conversion truncates towards zero. If the argument is

outside the integer range, the function returns a long object instead.

If x is not a number or if base is given, then x must be a string or

Unicode object representing an integer literal in radix base.

Optionally, the literal can be preceded by + or - (with no space in

between) and surrounded by whitespace. A base-n literal consists of

the digits 0 to n-1, with a to z (or A to Z) having values 10 to 35.

The default base is 10. The allowed values are 0 and 2-36. Base-2, -8,

and -16 literals can be optionally prefixed with 0b/0B, 0o/0O/0, or

0x/0X, as with integer literals in code. Base 0 means to interpret the

string exactly as an integer literal, so that the actual base is 2, 8,

10, or 16.

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值