在Python中,表达式13//2 的结果是6.5
在Python中,表达式13//2 的结果是6.5
13.Python的os标准库中,能够列出指定文件夹中的文件和子文件夹列表的方法是()。
13.Python的os标准库中,能够列出指定文件夹中的文件和子文件夹列表的方法是()。
What will be the output of the following Python code? ( )[img=301x161]17da6573e3914ba.png[/img] A: 13x B: 13 C: x D: Error
What will be the output of the following Python code? ( )[img=301x161]17da6573e3914ba.png[/img] A: 13x B: 13 C: x D: Error
What will be the output of the following Python code? [img=378x132]17da6574e0045d5.png[/img] A: 5 B: 10 C: 2 D: 13
What will be the output of the following Python code? [img=378x132]17da6574e0045d5.png[/img] A: 5 B: 10 C: 2 D: 13
What will be the output of the following Python code? ( )[img=413x263]17d6037e5e9cf23.png[/img] A: 60 B: 52 C: 13 D: 12
What will be the output of the following Python code? ( )[img=413x263]17d6037e5e9cf23.png[/img] A: 60 B: 52 C: 13 D: 12
【单选题】What will be the output of the following Python code? a=[13,56,17] a.append([87]) a.extend([45,67]) print(a) A. [13, 56, 17, [87], 45, 67] B. [13, 56, 17, 87, 45, 67] C. [13, 56, 17, 87,[ 45, 67]] D. [13, 56, 17, [87], [45, 67]]
【单选题】What will be the output of the following Python code? a=[13,56,17] a.append([87]) a.extend([45,67]) print(a) A. [13, 56, 17, [87], 45, 67] B. [13, 56, 17, 87, 45, 67] C. [13, 56, 17, 87,[ 45, 67]] D. [13, 56, 17, [87], [45, 67]]
以下Python语句,最后输出的结果是( )[img=369x142]17d60e52d7bd746.png[/img] A: 14 B: 15 C: 13 D: 12
以下Python语句,最后输出的结果是( )[img=369x142]17d60e52d7bd746.png[/img] A: 14 B: 15 C: 13 D: 12
以下程序的输出结果是______。print(len(list('i love python'))) A: 3 B: 13 C: 1 D: 11
以下程序的输出结果是______。print(len(list('i love python'))) A: 3 B: 13 C: 1 D: 11
13.Python程序的两种运行方式为()。 A: 命令行,文件执行 B: 命令行,立即执行 C: 编译执行,文件执行 D: 解释执行,编译执行
13.Python程序的两种运行方式为()。 A: 命令行,文件执行 B: 命令行,立即执行 C: 编译执行,文件执行 D: 解释执行,编译执行
下列选项中输出结果是True的是( ) A: >>> 'abc'>'ab' B: >>> chr(65).isnumeric() C: >>> "Python".islower() D: >>> chr(13).isprintable()
下列选项中输出结果是True的是( ) A: >>> 'abc'>'ab' B: >>> chr(65).isnumeric() C: >>> "Python".islower() D: >>> chr(13).isprintable()