Python 3.10.0a0 (GH-20198)

This commit is contained in:
Pablo Galindo 2020-05-19 03:33:01 +01:00 committed by GitHub
parent 9095f76613
commit d4fe098d1e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 951 additions and 834 deletions

View file

@ -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