generated from seanpm2001/Template_Other_V7
-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
PROJECT_LANG_3.py
16 lines (16 loc) · 1.03 KB
/
PROJECT_LANG_3.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Start of script
# I have decided to have the third project language for this project (AUTOMATE-2001) be Python, as Python is a good language to use for the interface of the program, although it will be supplemented with several other languages for styling.
''' '''
class projectLanguageFileThree()
print("Project Language File 3\n")
print("For: Seanpm2001/AUTOMATE-2001")
print("I have decided to have the third project language for this project (AUTOMATE-2001) be Python, as Python is a good language to use for the interface of the program, although it will be supplemented with several other languages for styling.")
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 (Sunday, 2021 October 24th at 3:58 pm)
# File type: Python 3 source file (*.py)
# Line count (including blank lines and compiler line): 17
# End of script