Skip to content

Commit 57e2ce3

Browse files
authored
PROJECT_LANG_7.py
The current version (version 1) of the 7th project language for this project.
1 parent 81dd703 commit 57e2ce3

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

PROJECT_LANG_7.py

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Start of script
2+
# 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.
3+
''' '''
4+
class projectLanguageFileSeven()
5+
print("Project Language File 7\n")
6+
print("For: SNU")
7+
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.")
8+
noMore = input("Press [ENTER] key to quit")
9+
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")
10+
break
11+
# 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.
12+
""" """
13+
# File info
14+
# File version: 1 (Friday, 2021 September 10th at 8:51 pm)
15+
# File type: Python 3 source file (*.py)
16+
# Line count (including blank lines and compiler line): 18
17+
# End of script

0 commit comments

Comments
 (0)