continue.txt 157 B

123456789
  1. $ python continue.py
  2. Enter something : a
  3. Too small
  4. Enter something : 12
  5. Too small
  6. Enter something : abc
  7. Input is of sufficient length
  8. Enter something : quit