Ad
  • Custom User Avatar

    The question can be clarified better with the following:

    • If the user tries to guess WRONG more than the limit the function should throw an error (aka at lives=0, the function should NOT throw an error)
  • Custom User Avatar

    I have an issue using loop do instead of while true.
    loop will raise an error of 'Max loop reached' while while true will pass the tests.
    Just a pointer to anyone who might encounter my problem.