``` import traceback try: nameerror except Ex...
# python
i
Copy code
import traceback

try:
    nameerror
except Exception:
    traceback.print_exc()
if you could run this and paste what it prints, that would be awesome