• 2022-06-09 问题

    以下程序运行后的输出结果是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

  • 2022-06-12 问题

    已知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'

  • 2022-06-12 问题

    已知字符串 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

  • 2021-04-14 问题

    已知字符串 x = 'hello world',那么执行语句 x.replace('hello', 'hi') 之后,x的值为()

    已知字符串 x = 'hello world',那么执行语句 x.replace('hello', 'hi') 之后,x的值为()

  • 2022-06-19 问题

    目标函数[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);

  • 2021-04-14 问题

    已知x="hello",则x[-1]的值为______

    已知x="hello",则x[-1]的值为______

  • 2021-04-14 问题

    已知x="hello",则x[1:1]的值为______。

    已知x="hello",则x[1:1]的值为______。

  • 2022-06-16 问题

    执行下面的语句后,所产生的输入对话框的标题是_________。x = InputBox("x=", "Mornning", "Hello") A: 空 B: Mornning C: Hello D: x=

    执行下面的语句后,所产生的输入对话框的标题是_________。x = InputBox("x=", "Mornning", "Hello") A: 空 B: Mornning C: Hello D: x=

  • 2021-04-14 问题

    【填空题】下列字符串运行结果是( )。 x='hello' '{0.*^11}'.format(x)

    【填空题】下列字符串运行结果是( )。 x='hello' '{0.*^11}'.format(x)

  • 2022-06-07 问题

    程序段如下: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: 不显示

  • 1 2 3 4 5 6 7 8 9 10