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....


print(float(3 + 2 < 5 - 7)

print("What is 3 + 2?", float(3 + 2))

Comments

Popular posts from this blog

playing with color in powershell python

JavaScript Ascii animation with while loops and console.log

playing with trigonometry sin in pygame