Difference between exit() and sys.exit() in Python

In Python, there are two similarly-named functions, exit() and sys.exit(). What's the difference and when should I use one over the other?

← Назад к списку