-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
PROJECT_LANG_5.py
16 lines (16 loc) · 1017 Bytes
/
PROJECT_LANG_5.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 fifth language for this project (SNU / 3D / Universe) be Python, as Python is a good, powerful, Libre language to use for this project, and it can be used as an alternative to JavaScript or PHP.
''' '''
class projectLanguageFileOne()
print("Project Language File 1\n")
print("For: SNU / 3D / Universe")
print("I have decided to have the fifth language for this project (SNU / 3D / Universe) be Python, as Python is a good, powerful, Libre language to use for this project, and it can be used as an alternative to JavaScript or PHP.")
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 (Tuesday, 2021 October 19th at 7:03 pm)
# File type: Python 3 source file (*.py)
# Line count (including blank lines and compiler line): 17
# End of script