Python 3.11.0a0

This commit is contained in:
Pablo Galindo 2021-05-03 21:25:35 +01:00
parent d3b9134ebb
commit bb3e0c240b
No known key found for this signature in database
GPG key ID: FFE87404168BD847
6 changed files with 13 additions and 13 deletions

View file

@ -15,7 +15,7 @@ operating system::
>>> import os
>>> os.getcwd() # Return the current working directory
'C:\\Python310'
'C:\\Python311'
>>> os.chdir('/server/accesslogs') # Change current working directory
>>> os.system('mkdir today') # Run the command mkdir in the system shell
0