Skip to content

Commit 82e225a

Browse files
authored
PROJECT_LANG_1.py
The current version (version 1) of the first project language file for this directory set.
1 parent 20d177a commit 82e225a

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

PROJECT_LANG_1.py

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Start of script
2+
# I have decided to have the main language for this project (WacOS Cloud) to be Python, as Python is a language I am most familiar with, and it is a recommended choice for the software being written here. It may be supplemented with another language in the future.
3+
''' '''
4+
class projectLanguageFileOne()
5+
print("Project Language File 1\n")
6+
print("For: WacOS_Cloud")
7+
print("I have decided to have the main language for this project (WacOS Cloud) to be Python, as Python is a language I am most familiar with, and it is a recommended choice for the software being written here. It may be supplemented with another language in the future.")
8+
noMore = input("Press [ENTER] key to quit")
9+
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")
10+
break
11+
""" """
12+
# File info
13+
# File version: 1 (Thursday, 2021 September 30th at 3:56 pm)
14+
# File type: Python 3 source file (*.py)
15+
# Line count (including blank lines and compiler line): 17
16+
# End of script

0 commit comments

Comments
 (0)