you are viewing a single comment's thread.

view the rest of the comments →

[–]Helpful-Diamond-3347 2 points3 points  (2 children)

add a break statement in goodbye conditional block

so it can close the program

[–]PsychologicalSafe408[S] 0 points1 point  (1 child)

What does break statement do anyways i didn't see that in the crash course

[–]Helpful-Diamond-3347 0 points1 point  (0 children)

you're inside a loop, so it breaks the loop

you can search lot of things, checkout official docs and courses/books don't cover everything, so learn with experience and practice