-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathPROJECT_LANG_1_V1.py
18 lines (18 loc) · 1.12 KB
/
PROJECT_LANG_1_V1.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Start of script
# I have decided to make Python 3 the 1st project language for this project (Touch Pets Dogs 2 Rewritten) as it is good for application development on Linux, and various other operating systens, and is the most common preferred language for this project.
''' '''
class projectLanguageFile()
def projectLanguageFileFourDesc():
print("Project Language File 1\n")
print("For: Touch Pets Dogs 2 Rewritten")
print("I have decided to make Python 3 the 1st project language for this project (Touch Pets Dogs 2 Rewritten) as it is good for application development on Linux, and various other operating systens, and is the most common preferred language for this 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 (Saturday, June 19th 2021 at 4:36 pm)
# File type: Python 3 source file (*.py)
# Line count (including blank lines and compiler line): 19
# End of script