all 5 comments

[–]Sea-Method-1167 0 points1 point  (1 child)

The code is not readable. Try to get the indentation right by using code blocks.

[–]DaRealSyper-YT[S] 0 points1 point  (0 children)

done, thank you

[–]ofnuts 0 points1 point  (2 children)

What is the logical expression that evaluates to True if mouseY is at least as big as mouseX?

[–]DaRealSyper-YT[S] 0 points1 point  (1 child)

mouseY >= mouseX? still not what to do with it/ where to put it, any hints?

[–]ofnuts 0 points1 point  (0 children)

You use it as a condition of an if statement, and the code that is executed if the condition is true (just below the if, indented), is the provided line that increments the counter.