generated from seanpm2001/Template_Other_V4
-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathPROJECT_LANG_2.py
More file actions
18 lines (18 loc) · 1.08 KB
/
PROJECT_LANG_2.py
File metadata and controls
18 lines (18 loc) · 1.08 KB
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 2nd project language for this project (Boom-Bay) as Python is one of the functional languages needed for programming the game in some areas, because Scheme currently isn't going to work everywhere.
''' '''
class projectLanguageFileTwo()
def projectLanguageFileTwoDescription():
print("Project Language File 2\n")
print("For: Boom-Bay")
print("I have decided to make Python 3 the 2nd project language for this project (Boom-Bay) as Python is one of the functional languages needed for programming the game in some areas, because Scheme currently isn't going to work everywhere.")
projectLanguageFileTwoDescription()
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 (Monday, July 19th 2021 at 4:27 pm)
# File type: Python 3 source file (*.py)
# Line count (including blank lines and compiler line): 19
# End of script