file_nofound.py 75 B

1234
  1. try:
  2. f = open("_no_file.txt", "r")
  3. except:
  4. print("File not found")