break.txt 317 B

123456789101112
  1. $ python break.py
  2. Enter something : Programming is fun
  3. Length of the string is 18
  4. Enter something : When the work is done
  5. Length of the string is 21
  6. Enter something : if you wanna make your work also fun:
  7. Length of the string is 37
  8. Enter something : use Python!
  9. Length of the string is 11
  10. Enter something : quit
  11. Done