generated from seanpm2001/Git-Template_V8
-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
PROJECT_LANG_1.py
23 lines (23 loc) · 1.28 KB
/
PROJECT_LANG_1.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#!/usr/bin/env python
# Start of script
# Project language file 1
# For: Meadows Begin
# About
# I decided to make Python the first project language file for this project (Meadows/Begin) as Python is the default language for writing Madows components, as I chose it as the default language. It is best suited here, but will be accompanied with C++, C, Less, CSS, SCSS, SASS, QML, and others.
class projectLanguageFileOne():
print("Project language file 1")
print("For: Meaodws/Begin")
print("About:")
print("I decided to make Python the first project language file for this project (Meadows/Begin) as Python is the default language for writing Madows components, as I chose it as the default language. It is best suited here, but will be accompanied with C++, C, Less, CSS, SCSS, SASS, QML, and others.")
noMore = input("Press [ENTER] key to quit")
print("The program should now be closed. If the program is still running, try clicking/tapping the close button. If the program is still not responding, try ending the process with your preferred process/task manager.")
break
return projectLanguageFileOne()
break
"""
File info
# File type: Python source file (*py)
# File version: 1 (2022 Tuesday, March 1st at 6:28 pm)
# Line count (including blank lines and compiler line): 24
"""
# End of script