美文网首页
How to exit the python interacti

How to exit the python interacti

作者: 游文影月志 | 来源:发表于2020-07-26 09:49 被阅读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().

    相关文章

      网友评论

          本文标题:How to exit the python interacti

          本文链接:https://www.haomeiwen.com/subject/lsxwlktx.html