-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
PROJECT_LANG_7.py
17 lines (17 loc) · 1.18 KB
/
PROJECT_LANG_7.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Start of script
# I have decided to have the seventh language for this project (SNU) to be Python, as Python is a language I am most familiar with, and it is good for writing the main software with, and it is a very common language in SNUs programmed backend.
''' '''
class projectLanguageFileSeven()
print("Project Language File 7\n")
print("For: SNU")
print("I have decided to have the seventh language for this project (SNU) to be Python, as Python is a language I am most familiar with, and it is good for writing the main software with, and it is a very common language in SNUs programmed backend.")
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
# Note for project language files: The languages associated with SNU programming tools are not included as project language files, as there are too many to list.
""" """
# File info
# File version: 1 (Friday, 2021 September 10th at 8:51 pm)
# File type: Python 3 source file (*.py)
# Line count (including blank lines and compiler line): 18
# End of script