Start of 3.8.0a0

This commit is contained in:
Ned Deily 2018-01-31 17:44:09 -05:00
parent 6e41cd95b5
commit 5489bdad51
10 changed files with 824 additions and 824 deletions

View file

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