Search Header Logo

Python List

Authored by Tasanawan Soonklang

Computers

University

Used 63+ times

Python List
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which one is true about list?

store only the same data type

the item is ordered by index

access by using key

can't change the value in the list

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which one is the list?

{"pop", "rock", "jazz", "blue", "hiphop"}

{"pop": "kpop", "blue", "rock", "jazz": "hiphop"}

["pop", "rock", "jazz", "blue", "hiphop"]

("pop", "rock", "jazz", "blue", "hiphop")

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

music = ["rock", "jazz", "blue", "hiphop"]

What is the index of "hiphop"?

1

2

3

4

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

music = ["rock", "jazz", "blue", "hiphop"]

What is the value of music[2]?

rock

jazz

blue

hiphop

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

music = ["rock", "jazz", "blue", "hiphop"]

What is the value of music[-3]?

rock

jazz

blue

hiphop

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

music = ["rock", "jazz", "blue", "hiphop"]

What is the value of music[1:3]?

['rock']

['jazz', 'blue']

['rock', 'jazz','blue']

['blue', 'hiphop']

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

music = ["rock", "jazz", "blue", "hiphop"]

What is the value of music[-2:]?

['rock']

['rock', 'jazz']

['rock', 'jazz','blue']

['blue', 'hiphop']

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

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?