python Flashcards

1
Q

displays information

A

print()

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

get data

A

Input()

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

converts string to integer number (no decimals)

A

int()

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

converts string to number with decimals

A

float()

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