lists/tuples

lists/tuples

Assessment

Flashcard

Computers, Mathematics

9th - 12th Grade

Practice Problem

Hard

Created by

Wayground 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]

Media Image

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]

Media Image

Back

[65, 78, 92, 44]

3.

FLASHCARD QUESTION

Front

What will the following code print?

Media Image

Back

5

4.

FLASHCARD QUESTION

Front

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

Media Image

Back

index error

5.

FLASHCARD QUESTION

Front

What does the following code output?

Media Image

Back

92

6.

FLASHCARD QUESTION

Front

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

Media Image

Back

[65, 50, 78]