List of questions
Related questions
Question 38 - JN0-223 discussion
You want to make a list in Python to store data.
Which statement is the correct way to accomplish this task?
A.
L = '0, 1, 2, 3, 4, 5'
B.
L = {0, 1, 2, 3, 4, 5}
C.
L = [0, 1, 2, 3, 4, 5]
D.
L = (0, 1, 2, 3, 4, 5)
Your answer:
0 comments
Sorted by
Leave a comment first