generated from seanpm2001/Template_Other_V7
-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathPROJECT_LANG_1.py
16 lines (16 loc) · 1.15 KB
/
PROJECT_LANG_1.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 main language for this project (VOI Manor) to be Pythn, as Python is a language I am most familiar with, and it can give nearly direct access to current services such as Discord. Due to tje cross-compatibility of Python and its support, I feel it is a good language to use here.
''' '''
class projectLanguageFileOne()
print("Project Language File 1\n")
print("For: VOI Manor")
print("I have decided to have the main language for this project (VOI Manor) to be Pythn, as Python is a language I am most familiar with, and it can give nearly direct access to current services such as Discord. Due to tje cross-compatibility of Python and its support, I feel it is a good language to use here.")
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 (Friday, August 27th 2021 at 7:49 pm)
# File type: Python 3 source file (*.py)
# Line count (including blank lines and compiler line): 17
# End of script