mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Bump to 3.9.0a0
This commit is contained in:
parent
23d7ce7471
commit
9ab2fb1c68
11 changed files with 831 additions and 831 deletions
|
@ -15,7 +15,7 @@ operating system::
|
|||
|
||||
>>> import os
|
||||
>>> os.getcwd() # Return the current working directory
|
||||
'C:\\Python38'
|
||||
'C:\\Python39'
|
||||
>>> os.chdir('/server/accesslogs') # Change current working directory
|
||||
>>> os.system('mkdir today') # Run the command mkdir in the system shell
|
||||
0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue