How to exit the python interacti
2020-07-26 本文已影响0人
游文影月志
To leave the interactive shell and go back to the console (the system shell), press Ctrl-Z and then Enter on Windows, or Ctrl-D on OS X or Linux. Alternatively, you could also run the python command exit().