PRINT#1,STRl$中的PRINT是()。
举一反三
- Print #1,STR$中的Print是()。
- 运行下列代码段,输出结果中包含1的是( )。 A: while True:print(1) B: while False:print(1) C: while 1:print(1) D: while 0:print(1)
- 【其它】写出并理解下列语句输出的结果 s = "hello" print(s[0]) print(s[4]) print(s[-1]) print(s[0:3]) print(s[0:4:2]) print(s[:]) print(s[:3]) print(s[::-1]) print(s[1:])
- 下列Python代码,函数的定义和调用书写正确的是() A: def test(a| b): print(a) print(b) test(1| 2) B: def test(a): print(a) print(b) test(1, 2) C: def test(a, b): print(a) print(b) test(1) D: def test(a, b): print(a) print(b) test(1, 2)
- Print#1,Str1$中的Print是(). A: 在窗台上显示的方法 B: 文件的写语句 C: 子程序明 D: 以上均不是