Working on exception handling in python, in the code below the print(n/0) line currently executes the except ZeroDivisionError print s
print(n/0)
except
ZeroDivisionError