generated from seanpm2001/Git-Template_V8
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
PROJECT_LANG_1.py
25 lines (25 loc) · 1.23 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
24
25
#!/usr/bin/env python
# Start of script
# Project language file 1
# For: Seanpm2001/SNU-3D
# About
# I have decided to have the main language for this project (Seanpm2001/SNU-3D) be Python, as Python is the language the SNU package manager is written in, and I wanted to represent the package manager with this package list web portal project, as this project feeds it.
''' '''
class projectLanguageFileOne()
def plang1():
print("Project Language File 1\n")
print("For: Seanpm2001/SNU-3D")
print("About:")
print("I have decided to have the main language for this project (Seanpm2001/SNU-3D) be Python, as Python is the language the SNU package manager is written in, and I wanted to represent the package manager with this package list web portal project, as this project feeds it.")
break
return plang1()
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
return 0
""" """
# File info
# File version: 1 (2022, Wedmnesay, May 4th at 10:38 pm PST)
# File type: Python 3 source file (*.py)
# Line count (including blank lines and compiler line): 26
# End of script