What will be the output of the following Python code? ( )[img=301x133]17d6037e38c374f.png[/img]
A: [0]
B: [1]
C: [0, 1]
D: [1, 0]
A: [0]
B: [1]
C: [0, 1]
D: [1, 0]
举一反三
- What will be the output of the following Python code? ( )[img=464x290]17da65747e8eecd.png[/img] A: 0 0 B: 0 1 C: Error because class B inherits A but variable x isn’t inherited D: Error, the syntax of the invoking method is wrong
- What will be the output of the following Python code? ( )[img=339x165]17d6037e17803e7.png[/img] A: 5 B: An exception is thrown C: 1 D: 4
- What will be the output of the following Python code? ( )[img=400x159]17da6574f6fb8aa.png[/img] A: [1, -2, -3] B: Error C: [1, 4, 5 ] D: [-2, -3]
- 函数[img=73x26]1803467b5e85eef.png[/img]的极值为( ). A: f(0)=1 B: f(1)=2 C: x=0 D: x=1
- What will be the output of the following Python code? ( )[img=301x161]17da6573e3914ba.png[/img] A: 13x B: 13 C: x D: Error