From d7eedb8d82a421a966844c88178dccf1cf1d2476 Mon Sep 17 00:00:00 2001 From: "Sean P. Myrick V19.1.7.2" Date: Mon, 27 May 2024 15:36:24 -0700 Subject: [PATCH] PROJECT_LANG_1_V1.pyw --- .../Python/PROJECT_LANG_1_V1.pyw | 72 +++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 OldVersions/PROJECT_LANGUAGE/Python/PROJECT_LANG_1_V1.pyw diff --git a/OldVersions/PROJECT_LANGUAGE/Python/PROJECT_LANG_1_V1.pyw b/OldVersions/PROJECT_LANGUAGE/Python/PROJECT_LANG_1_V1.pyw new file mode 100644 index 0000000..cff262c --- /dev/null +++ b/OldVersions/PROJECT_LANGUAGE/Python/PROJECT_LANG_1_V1.pyw @@ -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