list methods Flashcards

1
Q

append()

A

item toevoegen aan list

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

Clear()

A

leegmaken list

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

Copy()

A

kopie maken van list

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

Count()

A

tellen hoe vaak waarde voorkomt

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

Extend()

A

Alle waarde toevoegen

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

Index()

A

geeft index terug van eerste object in list

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

Insert()

A

voegt object voor gegeven index.

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

Pop()

A

verwijdert item bij een bepaalde index

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

Reverse()

A

keert de list om

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

Remove()

A

verwijderd eerste voorkomen van de index

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

Sort()

A

sorteert de list

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