Hacker News new | ask | show | jobs
by Smaug123 922 days ago
It sort of doesn't! It's just doing exactly the same thing it would do with any other identifier: it's printing its `repr`. Try `repr(exit)`!
1 comments

More to the point, try `[len,exit,repr]`. Consider what would happen if `exit.__repr__()` did terminate the program.