#18Multiple Choice
Given the following Python script: a = [1,2,3,4,5,6,7,8,9] print(a[0]) What is the output of this print command?
Premium Content
Create a free account to preview more questions, or enroll for full access.
Get Started FreeGiven the following Python script: a = [1,2,3,4,5,6,7,8,9] print(a[0]) What is the output of this print command?
Premium Content
Create a free account to preview more questions, or enroll for full access.
Get Started Free