以下程序运行后的输出结果是x="hello "print(x*3) A: hello*3 B: hello hello hello C: hello D: hellohellohello
以下程序运行后的输出结果是x="hello "print(x*3) A: hello*3 B: hello hello hello C: hello D: hellohellohello
已知x = 'hello world,hello jinan,hello python',那么执行语句x = x.replace('hello','hi',1)之后,x的值为____________。 A: 'hi world,hello jinan,hello python' B: 'hello world,hello jinan,hello python' C: 'hi world,hi jinan,hello python' D: 'hi world,hi jinan,hi python'
已知x = 'hello world,hello jinan,hello python',那么执行语句x = x.replace('hello','hi',1)之后,x的值为____________。 A: 'hi world,hello jinan,hello python' B: 'hello world,hello jinan,hello python' C: 'hi world,hi jinan,hello python' D: 'hi world,hi jinan,hi python'
已知字符串 x = 'hello Python',那么执行语句 x.replace('hello', 'hi') 之后,x的值为____________。 A: 'hi Python' B: 'hello Python' C: hello Python D: hi Python
已知字符串 x = 'hello Python',那么执行语句 x.replace('hello', 'hi') 之后,x的值为____________。 A: 'hi Python' B: 'hello Python' C: hello Python D: hi Python
已知字符串 x = 'hello world',那么执行语句 x.replace('hello', 'hi') 之后,x的值为()
已知字符串 x = 'hello world',那么执行语句 x.replace('hello', 'hi') 之后,x的值为()
目标函数[img=112x69]18034d6124e583c.png[/img]在写成lingo语句时的形式正确的是 A: max=sum(hello:a*x); B: max @sum(hello(i):a(i)*x(i)); C: max=sum(hello(i):a(i)*x(i)); D: max=@sum(hello:a*x);
目标函数[img=112x69]18034d6124e583c.png[/img]在写成lingo语句时的形式正确的是 A: max=sum(hello:a*x); B: max @sum(hello(i):a(i)*x(i)); C: max=sum(hello(i):a(i)*x(i)); D: max=@sum(hello:a*x);
已知x="hello",则x[-1]的值为______
已知x="hello",则x[-1]的值为______
已知x="hello",则x[1:1]的值为______。
已知x="hello",则x[1:1]的值为______。
执行下面的语句后,所产生的输入对话框的标题是_________。x = InputBox("x=", "Mornning", "Hello") A: 空 B: Mornning C: Hello D: x=
执行下面的语句后,所产生的输入对话框的标题是_________。x = InputBox("x=", "Mornning", "Hello") A: 空 B: Mornning C: Hello D: x=
【填空题】下列字符串运行结果是( )。 x='hello' '{0.*^11}'.format(x)
【填空题】下列字符串运行结果是( )。 x='hello' '{0.*^11}'.format(x)
程序段如下:var x = new Boolean(false);if (x) { alert('hi');}var y = Boolean(0);if (y) { alert('hello');}最后的显示结果是( ) A: hi B: hi hello C: hello D: 不显示
程序段如下:var x = new Boolean(false);if (x) { alert('hi');}var y = Boolean(0);if (y) { alert('hello');}最后的显示结果是( ) A: hi B: hi hello C: hello D: 不显示