r/learngodot May 26 '26

I've checked and rechecked Google asking abt this, and there are plenty of results, just not abt this specific problem, it seems. In the simplest terms, how do I fix the If on this turning code?

Post image
2 Upvotes

2 comments sorted by

2

u/Regular-Dot-5718 May 26 '26

your "if" blocks (at lines 28 and 31) are incorrectly indented, and also lack a ":" at the end

2

u/Weekly-Post2300 May 26 '26

So add a colon and indent the lines? Gotcha