Search Header Logo

4.1-4.3

Authored by 焱林 教师

Computers

9th Grade

Used 4+ times

4.1-4.3
AI

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

Google

Continue with Google

Email

Continue with Email

Microsoft

Continue with Microsoft

or continue with

Facebook

Facebook

Apple

Apple

Others

Others

Already have an account?