in reply to Adding one last conditional in a random-number guessing game

You want to play repeatedly and the program will not guess the same number again?

  • Comment on Re: Adding one last conditional in a random-number guessing game

Replies are listed 'Best First'.
Re^2: Adding one last conditional in a random-number guessing game
by Anonymous Monk on Feb 22, 2014 at 11:00 UTC
    exactly that is what I want to do... But can I do it without creating a hash?

      But can I do it without creating a hash?

      I can do it :D But I would just use a hash anyway :)

        Can you point me how then (I mean without using a hash)