
4.1-4.3
Authored by 焱林 教师
Computers
9th Grade
Used 4+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
24 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
变量a=15,B=14,则print(a+b)的结果为:
15
14
1
29
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
变量a="我非常喜欢学习",则print(a[3])的结果为:
我
喜
常
欢
学
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
变量a="我非常喜欢学习",则print(a[-2])的结果为:
我
喜
常
欢
学
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
列表a=[1,3,'hello'],则a.append('python')的运行结果为:
[1,3,'python','hello']
['python',1,3,'hello']
[1,'python',3,'hello']
[1,3,'hello','python']
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
列表a=[1,3,'hello'],则a.insert(1,'python')的运行结果为:
[1,3,'python','hello']
['python',1,3,'hello']
[1,'python',3,'hello']
[1,3,'hello','python']
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
列表a=[1,3,'hello'],则a.pop()的运行结果为:
[1,3,'hello']
[3,'hello']
[1,'hello']
[1,3]
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
列表a=[1,3,'hello'],则a.pop(0)的运行结果为:
[1,3,'hello']
[3,'hello']
[1,'hello']
[1,3]
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?