while.txt 219 B

12345678910
  1. $ python while.py
  2. Enter an integer : 50
  3. No, it is a little lower than that.
  4. Enter an integer : 22
  5. No, it is a little higher than that.
  6. Enter an integer : 23
  7. Congratulations, you guessed it.
  8. The while loop is over.
  9. Done