List of questions
Related questions
Question 18 - JN0-223 discussion
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?
A.
1
B.
2
C.
7
D.
9
Your answer:
0 comments
Sorted by
Leave a comment first