mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
Python 3.10.0a0 (GH-20198)
This commit is contained in:
parent
9095f76613
commit
d4fe098d1e
13 changed files with 951 additions and 834 deletions
|
|
@ -15,7 +15,7 @@ operating system::
|
|||
|
||||
>>> import os
|
||||
>>> os.getcwd() # Return the current working directory
|
||||
'C:\\Python39'
|
||||
'C:\\Python310'
|
||||
>>> 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