2023-07-06 23:09:49 +08:00

5 lines
75 B
Python

try:
f = open("_no_file.txt", "r")
except:
print("File not found")