python list

python list

9th Grade

12 Qs

quiz-placeholder

Similar activities

Metal 3D Printing

Metal 3D Printing

8th Grade - University

10 Qs

PH TEMA 7 MUATAN BAHASA INDONESIA

PH TEMA 7 MUATAN BAHASA INDONESIA

6th - 12th Grade

10 Qs

Binary - Logical Shifts

Binary - Logical Shifts

8th - 10th Grade

12 Qs

Tra Firenze e Gerusalemme

Tra Firenze e Gerusalemme

9th - 12th Grade

10 Qs

Vieta's Formulas(Sum and Product of Roots)

Vieta's Formulas(Sum and Product of Roots)

8th - 12th Grade

16 Qs

Stress Management

Stress Management

6th - 12th Grade

13 Qs

Signos de Agrupación

Signos de Agrupación

7th - 9th Grade

8 Qs

Resistencias

Resistencias

9th Grade

10 Qs

python list

python list

Assessment

Quiz

Education

9th Grade

Medium

Created by

Саят Каппар

Used 10+ times

FREE Resource

12 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Media Image

[1,2,3] [9,7,5]

[9,7,5] [1,2,3]

[1,2,3] [9,7,5] [1,2,3,9,7,5]

[1,2,3,9,7,5] [1,2,3] [9,7,5]

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

numbers=[1,2,3,4,5]

print(numbers[-2])

2

4

3

5

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

10

5 5 5 5 5 5 5 5 5 5

10 10 10 10 10

5

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

numbers=list(range(3))

print(numbers)

[0, 1, 2]

[2, 1, 0]

[3,3,3]

[1, 2, 3]

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

numbers=[1,2,3,4,5]

numbers[2]=99

print(numbers)

[1, 99, 3, 4, 5]

[1, 2, 3, 99, 5]

[99, 2, 3, 4, 5]

[1, 2, 99, 4, 5]

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

thislist = ["apple", "banana", "cherry"]


thislist.append("orange")


print(thislist)

['apple', 'banana', 'cherry', 'orange']

['apple', 'banana', 'cherry', ]

[ 'orange', 'apple', 'banana', 'cherry']

[ 'apple', 'banana', 'orange']

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Nested

қатысты

айналдыру

сəйкес келетін

кірістірілген

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?