Skip to content

Commit

Permalink
Create PROJECT_LANG_1_V1.pyw
Browse files Browse the repository at this point in the history
  • Loading branch information
seanpm2001 authored Nov 23, 2024
1 parent 45c0d05 commit 953f88c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions !OldVersions/PROJECT_LANGUAGE/Python/PROJECT_LANG_1_V1.pyw
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

0 comments on commit 953f88c

Please sign in to comment.