Skip to content

Commit

Permalink
PROJECT_LANG_1.pyw
Browse files Browse the repository at this point in the history
  • Loading branch information
seanpm2001 authored Aug 8, 2023
1 parent d751f14 commit 7e09d5a
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions PROJECT_LANG_1.pyw
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Start of script
# I have decided to make Python 3 the 1st project language for this project (NUNIX) as it is one of the preferred languages from the original perception of the project.
''' '''
class projectLanguageFile()
def projectLanguageFileFourDesc():
print("Project Language File 1\n")
print("For: NUNIX")
print("I have decided to make Python 3 the 1st project language for this project (NUNIX) as it is one of the preferred languages from the original perception of the project.")
projectLanguageFileDesc()
noMore = input("Press [ENTER] key to quit")
print("The program should now be closed. If the program is still running, try closing the window with the close button. If this doen't work, end the task/process with a task/process manager")
break
""" """
# File info
# File version: 1 (Tuesday, July 13th 2021 at 8:04 pm)
# File type: Python 3 source file (*.py)
# Line count (including blank lines and compiler line): 19
# End of script

0 comments on commit 7e09d5a

Please sign in to comment.