-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
PROJECT_LANG_1.py
16 lines (16 loc) · 1.22 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 (Meadows Clock/Calendar software) to be Python, as it seems like a good fitting quantum computer language from my research, and it would be good to write most of the system in a language I am very familiar with, and has power. I will supplement it with other languages.
''' '''
class projectLanguageFileOne()
print("Project Language File 1\n")
print("For: Meadows Clock and Calendar software")
print("I have decided to have the main language for this project (Meadows Clock/Calendar software) to be Python, as it seems like a good fitting quantum computer language from my research, and it would be good to write most of the system in a language I am very familiar with, and has power. I will supplement it with other languages.")
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 (Wednesday, 2021 September 1st at 4:22 pm)
# File type: Python 3 source file (*.py)
# Line count (including blank lines and compiler line): 17
# End of script