Python 3 Flashcards
1
Q
list
A
holds more than one piece of data
2
Q
square brackets
A
used to surround a list
3
Q
comment
A
note in the code for the programmer
4
Q
zero
A
the number of the first item in the list
5
Q
append
A
add something to the end of a list
6
Q
remove
A
remove something from a list
7
Q
insert
A
add something to a list in a specific place
8
Q
combine
A
join two lists together
9
Q
output
A
result of something, often shown by printing
10
Q
bracket
A
goes round a variable when printing
11
Q
comma
A
used to separate things inside brackets
12
Q
speech marks
A
goes around a string