COSC 101 expression practice (beta!)

Report any problems to jsommers@colgate.edu

Generate expressions using these types:






# Assume the following assignments have been made in Python
a = 'Kape'
b = list(range(8))
c = -9
d = -2.1
e = True
ExpressionYour Answer