执行下面语句后的运行结果是()。
A: "hello"
B: int(s[1:3])
C: hel
D: he
E: ell
F: el
A: "hello"
B: int(s[1:3])
C: hel
D: he
E: ell
F: el
举一反三
- 执行以下程序,结果为:s='hello!'for i in s: print(i, end=" , ") A: hello! B: hello! C: he D: hel
- 执行下列程序的输出结果是()s="Hello,world"print(s[0:2]) A: Hel B: Hell C: He D: Hello
- 下列程序执行后的输出结果是______。 A: hello B: hel C: hlo D: hlm void func1 (int ; void func2 (int ; char st[]="hello,friend!"; void func1(int { printf("%c",s; if(i<3){ i+=2;func2(; } } void func2 (int { printf("%c",s; if(i<3){ i+=2;func1(; } } main() { int i=0;func1(;printf("\n");}
- 顺序执行下列程序语句后,则b的值是() A: Hello B: hello C: Hel D:
- 顺序执行下列程序语句后,则b的值是() A: Hello B: hello C: Hel D: null