This has got to be a not-uncommon error: ``` n = 1 if n = 0: print "yes" else: print "no" end ``` whether for people coming from other languages, or from typos (I know I've made it a few times). Is a better error possible?