Build-in functions Flashcards

1
Q

len()

A

geeft lengte van een object

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

help()

A

geeft omschrijving van wat een functie doet

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

dict()

A

maakt dictionary

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

Bool()

A

geeft true or false

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

Dict()

A

maakt leeg dictionary

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

float()

A

verandert integer of string in een float

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

int()

A

veranderd float of string-represenatie in een integer

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

list()

A

maakt lege lijst

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

set()

A

Maakt lege set

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

str()

A

maakt string

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

tuple()

A

Maakt tuple

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

type()

A

check type van variable

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

sum()

A

telt op

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

divmod()

A

deelt

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

pow()

A

tot de macht

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

Round()

A

afronden

17
Q

min()

A

laagste getal

18
Q

max()

A

hoogste getal