网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
30、关于以下代码,描述错误的是()。 lst = ["car","truck"] def fun(a): lst =[] lst.append(a) return fun("bus") print(lst)
A.代码函数定义中,ls.append(a)中的ls是局部变量
B.执行代码输出结果为['car', 'truck']
C.lst.append(a) 代码中的ls是列表类型
D.执行代码输出结果为['car', 'truck', 'bus']
参考答案和解析
1 3 5
更多 “30、关于以下代码,描述错误的是()。 lst = ["car","truck"] def fun(a): lst =[] lst.append(a) return fun("bus") print(lst)A.代码函数定义中,ls.append(a)中的ls是局部变量B.执行代码输出结果为['car', 'truck']C.lst.append(a) 代码中的ls是列表类型D.执行代码输出结果为['car', 'truck', 'bus']” 相关考题
考题
The relation between the two paragraphs is that in the 2nd paragraph the author[A] challenges the viewpoint in the lst paragraph.[B] modifies his view expressed in the lst paragraph.[C] provides the reason for the argument in the lst paragraph.[D] further analyzes the issue discussed in the lst paragraph.
考题
执行以下两条语句后,lst的结果是1. lst = [3, 2, 1]2. lst.append(lst)()
A.[3, 2, 1, [3, 2, 1]]B.[3, 2, 1, […]],其中“…”表示无穷递归C.抛出异常D.[3, 2, 1, lst]
考题
问答题列表文件.LST是在什么阶段产生的?列表文件.LST中有哪些内容?
热门标签
最新试卷