python Flashcards
1
Q
displays information
A
print()
2
Q
get data
A
Input()
3
Q
converts string to integer number (no decimals)
A
int()
4
Q
converts string to number with decimals
A
float()
displays information
print()
get data
Input()
converts string to integer number (no decimals)
int()
converts string to number with decimals
float()