The following piece of code will end up throwing an error. Choose the line that completes the code in order to show only the type of error and no other information.
import traceback
try:
result = 123654 / 0
except Exception as e:
..........................
print(line)