Report any problems to jsommers@colgate.edu
int
float
bool
str
list
dict
# Assume the following assignments have been made in Python a = 'Kape' b = list(range(8)) c = -9 d = -2.1 e = True