要从键盘读入一个字符串并赋值给变量x,且给出提示“Who is she?”,应使用命令
A: x=input(‘Who is she?’,’s’)
B: input(‘Who is she?’,’x’)
C: x =‘Who is she?’
D: x=input(Who is she?)
A: x=input(‘Who is she?’,’s’)
B: input(‘Who is she?’,’x’)
C: x =‘Who is she?’
D: x=input(Who is she?)
举一反三
- 要从键盘读入一个字符串并赋值给变量x,且给出提示“Who is she?”,应使用命令 A: x=input(‘Who is she?’,’s’) B: input(‘Who is she?’,’x’) C: x =‘Who is she?’ D: x=input(Who is she?)
- 要从键盘读入一个字符串并赋值给变量yy,且给出提示“Who<br/>is she?”,应使用MATLAB命令______ .
- I didn't know _______. A: who was she B: she was who C: who she was D: was she who
- 要从键盘读入一个字符串并赋值给变量x,且给出提示“Whoisshe?”,应使用命令()。
- 要从键盘读入一个字符串并赋值给变量x,且给出提示“Hello”,应使用命令()