mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Show the proper way to exit a cmd shell
This commit is contained in:
parent
282083d5f4
commit
921d1244c6
1 changed files with 1 additions and 1 deletions
|
@ -276,7 +276,7 @@ immediate playback::
|
|||
print('Thank you for using Turtle')
|
||||
self.close()
|
||||
bye()
|
||||
sys.exit(0)
|
||||
return True
|
||||
|
||||
# ----- record and playback -----
|
||||
def do_record(self, arg):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue