-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathPROJECT_LANG_1.py
16 lines (16 loc) · 897 Bytes
/
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 first project language for this project (BluPhone) to be Python, as Python is the main language used for the application level of this project.
''' '''
class projectLanguageFile()
print("Project Language File\n")
print("For: BluPhone")
print("I have decided to have the first project language for this project (BluPhone) to be Python, as Python is the main language used for the application level of this project.")
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/proces manager")
break
""" """
# File info
# File version: 1 (Thursday, April 29th 2021 at 7:39 pm)
# File type: Python 3 source file (*.py)
# Line count (including blank lines and compiler line): 17
# End of script