4.1-4.3

4.1-4.3

9th Grade

24 Qs

quiz-placeholder

Similar activities

Basics of C Programming

Basics of C Programming

8th - 12th Grade

20 Qs

11900程41-60

11900程41-60

9th - 12th Grade

20 Qs

J09 试算表

J09 试算表

9th - 12th Grade

25 Qs

Python Basics (CodeHS)

Python Basics (CodeHS)

7th - 12th Grade

20 Qs

Quiz Pemrograman Phyton

Quiz Pemrograman Phyton

9th - 12th Grade

20 Qs

2022 Tinkercad Test 1

2022 Tinkercad Test 1

9th Grade

20 Qs

2025 Word Test2

2025 Word Test2

9th Grade

20 Qs

数学加法

数学加法

1st - 10th Grade

21 Qs

4.1-4.3

4.1-4.3

Assessment

Quiz

Computers

9th Grade

Easy

Created by

焱林 教师

Used 4+ times

FREE Resource

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]

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?