Using the quit() or exit() functions

quit() will take you out of Python's interactive console. It will also take you to the original Terminal you were previously in:

>>> Lion = 'Simba'
>>> quit()
student@ubuntu$
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset