Python中可以将数值型字符串转换为整数的函数是____。
A: int()函数
B: float()函数
C: str()函数
D: chr()函数
A: int()函数
B: float()函数
C: str()函数
D: chr()函数
举一反三
- Python中可以将一个整数转换为对应的ASCII字符的函数是____。 A: ord()函数 B: float()函数 C: str()函数 D: chr()函数
- Python语言中,将字符串转换为一个浮点数的函数是()。 A: int( ) B: str( ) C: float( ) D: chr( )
- Python使用______函数将整数转换为浮点数 A: float B: int C: eval D: str
- 利用函数(),可以将输入的数字字符串转换为整数。 A: ord B: str C: float D: int
- Python中,函数的功能是把整数或字符串x转换为浮点数并返回,此函数是()。 A: ascii() B: bin() C: chr() D: float()