exceptions_finally.txt 144 B

123456
  1. $ python exceptions_finally.py
  2. Programming is fun
  3. Press ctrl+c now
  4. ^C!! You cancelled the reading from the file.
  5. (Cleaning up: Closed the file)