Datatypes Flashcards
1
Q
Interger
A
int()
Whole numbers
2
Q
Float
A
float()
Decimal numbers
3
Q
String
A
Str()
Text or collection of characters
4
Q
Boolean
A
bool()
True or False
5
Q
string.upper
A
Converts to uppercase
6
Q
string.lower
A
Converts to lowercase