题库 651 道题目
651 道题目, 当前第 42 / 44 页
36
执行 print("a", "b", "c", sep="-") 的输出是?
Python 单选题 L1 1999年
35
用户输入 5,执行 print(input() + 3) 会?
Python 单选题 L1 1999年
34
执行 print()(不传任何参数)的效果是?
Python 单选题 L1 1999年
33
用户直接按回车(不输入任何内容),result = input() 之后 res...
Python 单选题 L1 1999年
32
执行以下代码的输出是? name = "Python" print(f"Hell...
Python 单选题 L1 1999年
31
关于 input("请输入姓名:") 的行为,以下描述正确的是?
Python 单选题 L1 1999年
30
执行 print("a\nb") 的输出是?
Python 单选题 L1 1999年
29
用户输入 "10 20",执行 a, b = input().split() 后...
Python 单选题 L1 1999年
28
执行 print("Hello", end="!") 的输出效果是?
Python 单选题 L1 1999年
27
用户输入 10,执行 x = int(input()) 后,变量 x 的值和类型...
Python 单选题 L1 1999年
26
执行 print(1, 2, 3) 的输出结果是?
Python 单选题 L1 1999年
25
在 Python 3 中,执行 name = input() 之后,变量 nam...
Python 单选题 L1 1999年
24
运行代码 打印结果为? <pre><code> dic={"name":"t...
Python 单选题 L2 1999年
23
<pre><code>num=8 if num>s: print("...
Python 单选题 L1 1999年
22
执行代码输出结果是 <pre><code> i=0 for i in ...
Python 单选题 L1 1999年