Computer Science, asked by aruna1976810, 4 months ago

which is used to exit python shell

Answers

Answered by KimTaehyung1330
6

Answer:

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() !

Answered by anshboss304
1

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() !

Similar questions