missing piece in ex3 of python
I got this error, and was dumbfounded for a minute...
Turns out, I was missing a end ) on one of my print statements so it errored on the next
print statement....
Turns out, I was missing a end ) on one of my print statements so it errored on the next
print statement....
print(float(3 + 2 < 5 - 7)
print("What is 3 + 2?", float(3 + 2))
Comments
Post a Comment