Python 3 Flashcards

1
Q

list

A

holds more than one piece of data

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

square brackets

A

used to surround a list

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

comment

A

note in the code for the programmer

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

zero

A

the number of the first item in the list

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

append

A

add something to the end of a list

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

remove

A

remove something from a list

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

insert

A

add something to a list in a specific place

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

combine

A

join two lists together

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

output

A

result of something, often shown by printing

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

bracket

A

goes round a variable when printing

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

comma

A

used to separate things inside brackets

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

speech marks

A

goes around a string

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