从键盘输入数据,可使用( )函数。
A: disp
B: input
C: enter
D: edit
A: disp
B: input
C: enter
D: edit
举一反三
- 从键盘输入数据,可使用( )函数。 A: disp B: input C: ente D: edit
- 下列程序正确的是( )。 A: input('please enter x=') B: input('请输入 x=') C: x=input('请输入 x=') D: x=disp('please disp x=')
- 【单选题】在Python语言中,使用下列_________函数接收用户从键盘输入的数据 A. enter() B. eval() C. input() D. get()
- 5、MATLAB提供了一些输入输出函数,允许用户通过计算机键盘与MATLAB进行数据交换。如果用户想从键盘输入数据,则可以使用什么函数来进行? A: input B: disp C: fix D: floo
- 在Python中,通常使用下面_______语句接收从键盘输入的字符串。 A: input("Enter a string") B: eval(input("Enter a string")) C: enter("Enter a string") D: eval(enter("Enter a string"))