Python中,下列( )内置函数可用于读取从键盘上输入的数据
A: input()
B: print()
C: int()
D: float()
A: input()
B: print()
C: int()
D: float()
举一反三
- Python中,下列内置函数可用于读取从键盘上输入的数据
- Python使用内置函数input()实现输入功能。该函数接受一个标准输入数据,返回为______类型。 A: string B: int C: float D: cha
- 在Python内置函数中,用于获取用户输入的是()。 A: input() B: print() C: eval() D: get()
- 什么函数用于接受从一个标准设备(如键盘)输入数据? A: print() B: len() C: int() D: input()
- Python中由input函数输入的数据,都被认为是( ) A: int B: float C: char D: str