Python中Number类型变量的转换1

2026-02-15 09:35:54

1、int():将变量转换为一个整数。

Python中Number类型变量的转换1

Python中Number类型变量的转换1

2、float() :将变量转换为一个浮点数 。

Python中Number类型变量的转换1

Python中Number类型变量的转换1

3、complex(实部 [,虚部 ]):创建一个复数。

Python中Number类型变量的转换1

Python中Number类型变量的转换1

4、chr():将一个整数转换为字符 。

Python中Number类型变量的转换1

Python中Number类型变量的转换1

猜你喜欢