mattharrison / Tiny-Python-3.6-Notebook

This repository contains the text for the Tiny Python 3.6 Notebook.
1.35k stars 220 forks source link

Fix: argument to `exit` is optional #12

Closed werenike closed 7 years ago

werenike commented 7 years ago

exit code is optional and default is 0.

mattharrison commented 7 years ago

Thank you!