lists/tuples

lists/tuples

Assessment

Flashcard

Computers, Mathematics

9th - 12th Grade

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

6 questions

Show all answers

1.

FLASHCARD QUESTION

Front

What will the following code print? Options: [88,65,50,78,92,44], [65,50,78,92,44], [65,50,78,92,44,88], [88]

Back

[65,50,78,92,44,88]

2.

FLASHCARD QUESTION

Front

What will the following code print?
Options: [65, 78, 92, 44], [50,78, 92, 44], [65, 50, 78, 92], [65, 78, 92, 44,0]

Back

[65, 78, 92, 44]

3.

FLASHCARD QUESTION

Front

What will the following code print?

Back

5

4.

FLASHCARD QUESTION

Front

What will the following code print? Options: 5, [44], index error, invalid syntax

Back

index error

5.

FLASHCARD QUESTION

Front

What does the following code output?

Back

92

6.

FLASHCARD QUESTION

Front

What is the output of the following code? Options: [65, 50, 78], [92], 3, [65,50,78,92]

Back

[65, 50, 78]