2.x = True
A: f printLine(text):
B: int(text, 'Runoob')
C: intLine('Python')
D: 代码输出结果为?
E: Python
F: Python Runoob
G: text Runoob
H: Runoob
A: f printLine(text):
B: int(text, 'Runoob')
C: intLine('Python')
D: 代码输出结果为?
E: Python
F: Python Runoob
G: text Runoob
H: Runoob
举一反三
- 双引号your_name='runoob'str="Hello, I know you are \"$your_name\"! \n"echo -e $str输出结果为:Hello, I know you are "runoob"!
- 下列表达式中,()不是合法的元组。 A: (20,) B: (‘runoob’) C: () D: (123,’runoob’)
- 在下列表达式中,不是合法的元组 A: (20,) B: ("runoob") C: () D: (123,"runoob")
- 下列Python代码,不正确的是( ) A: B: Python注释代码 C: D: Python注释代码1 E: Python注释代码2 F: """Python注释代码""" G: //Python注释代码
- 设$f(x)$是连续函数,则$[\int{f(x)\text{d}x{]}'=}$() A: $f(x)$; B: $f(x)\text{d}x+C$; C: $f(x)+C$; D: $f(x)\text{d}x$.