mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
Start of 3.8.0a0
This commit is contained in:
parent
6e41cd95b5
commit
5489bdad51
10 changed files with 824 additions and 824 deletions
|
|
@ -15,7 +15,7 @@ operating system::
|
|||
|
||||
>>> import os
|
||||
>>> os.getcwd() # Return the current working directory
|
||||
'C:\\Python37'
|
||||
'C:\\Python38'
|
||||
>>> 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