Python int() 函数
定义和用法
The int()
函数将指定的值转换为整数。
语法
int(value, base)
参数值
参数 | 描述 |
---|---|
value | 可以转换为整数的数字或字符串 |
base | 表示数字格式的数字。默认值:10 |
The int()
函数将指定的值转换为整数。
int(value, base)
参数 | 描述 |
---|---|
value | 可以转换为整数的数字或字符串 |
base | 表示数字格式的数字。默认值:10 |
If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]
If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]