i'm following this tutorial (translating to python) and i'm at the prefix and postfix operators section.
my problem is that it terminates early on the test case --1 * 2. i believe it's due to some early return somewhere here, but i'm not really sure how to debug this.
my code: https://paste.pythondiscord.com/7KNQ (comment out line 74 - that's a stray debug statement)
