-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
662b5f6
commit 45c0d05
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
16 changes: 16 additions & 0 deletions
16
!OldVersions/PROJECT_LANGUAGE/Python/PROJECT_LANG_1_V1.py3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Start of script | ||
# I have decided to have the main language for this project (UCALC/Ultimate CALCulator) be Python, as Python is already the main language for this project (other than Scratch) and already consists of a majority of the projects source code. This project needs a project language file, so here is the first one. | ||
''' ''' | ||
class projectLanguageFileOne() | ||
print("Project Language File 1\n") | ||
print("For: UCALC/Ultimate CALCulator") | ||
print("I have decided to have the main language for this project (UCALC/Ultimate CALCulator) be Python, as Python is already the main language for this project (other than Scratch) and already consists of a majority of the projects source code. This project needs a project language file, so here is the first one.") | ||
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 (Saturday, August 14th 2021 at 5:56 pm) | ||
# File type: Python 3 source file (*.py) | ||
# Line count (including blank lines and compiler line): 17 | ||
# End of script |