I came upon a strange behavious in Python. Writting
if __name__ == "__main__": pass else: pass
I get a SyntaxError: i
SyntaxError: i