Syntax List Flashcards

(2 cards)

1
Q

Creates a list.

A

syntax ex my_list = [1, 2, 3]

my_list = [1, 2, 3]
print(my_list)

output:[1, 2, 3]

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly