AP Computer Science Principlesmediummcq1 pt

Which list holds the numbers 1, 2, 3?

A.[1, 2, 3]
B.[3, 2, 1]
C.1, 2, 3
D.[1 2 3]

Explanation

Core Concept

The list literal holds the three values.

Correct Answer

A[1, 2, 3]

More Unit 3: Algorithms and Programming practice questions

Try a random question →

Practice more AP Computer Science Principles questions with full explanations

Practice Unit 3: Algorithms and Programming Questions →