From f1e523dff1fe799616fd79d0ae71b2d51c8923d5 Mon Sep 17 00:00:00 2001 From: "Sean P. Myrick V19.1.7.2" Date: Mon, 27 May 2024 15:36:30 -0700 Subject: [PATCH] README.py --- OldVersions/PROJECT_LANGUAGE/Python/README.py | 72 +++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 OldVersions/PROJECT_LANGUAGE/Python/README.py diff --git a/OldVersions/PROJECT_LANGUAGE/Python/README.py b/OldVersions/PROJECT_LANGUAGE/Python/README.py new file mode 100644 index 0000000..cff262c --- /dev/null +++ b/OldVersions/PROJECT_LANGUAGE/Python/README.py @@ -0,0 +1,72 @@ + +# Start of script + + + + + + +# The International Code Hospital has decided to make Python the main language of this project, due to Pythons commitment to spacing and Pythons easy adjustment to the code distancing procedure. + + + + + + +''' ''' + + + + + + +print ("The International Code Hospital has decided to make Python the main language of this project, due to Pythons commitment to spacing and Pythons easy adjustment to the code distancing procedure.") + + + + + + +noMore = input("Press [ENTER] Key to quit") + + + + + + +print ("The program should now be closed. If the program is still running, try closing the window. If this doesn't work, end the task/process with a process/task manager") + + + + + + +""" """ + + + + + + +# File version: 1 (Wednesday, March 3rd 2021 at 8:00 pm) + + + + + + +# File type: Python script file (*.py) + + + + + + +# Line count (including blank lines and compiler line): 73 + + + + + + +# End of script