A brief introduction to Python exception handling:
try:
# fuck around
except:
# find out
try:
# fuck around
except:
# find out
Top-level
A brief introduction to Python exception handling:
try: # fuck around except: # find out 1 comment
pondering a recursive function
0
0
28 Apr 2022 at 14:38 | Open on retr0.id
|