if.txt 265 B

12345678910111213141516
  1. $ python if.py
  2. Enter an integer : 50
  3. No, it is a little lower than that
  4. Done
  5. $ python if.py
  6. Enter an integer : 22
  7. No, it is a little higher than that
  8. Done
  9. $ python if.py
  10. Enter an integer : 23
  11. Congratulations, you guessed it.
  12. (but you do not win any prizes!)
  13. Done