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]
The list literal holds the three values.
A[1, 2, 3]
Practice more AP Computer Science Principles questions with full explanations
Practice Unit 3: Algorithms and Programming Questions →