Open shlecturer opened 3 years ago
Python recommends to not use try ... except: without explicitly mentioning a type of Exception. This can lead to hard-to-find problems down the line.
try
except:
Python recommends to not use
try
...except:
without explicitly mentioning a type of Exception. This can lead to hard-to-find problems down the line.