generated from seanpm2001/Git-Template_V8
-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
PROJECT_LANG_1.pyw
33 lines (25 loc) · 1.17 KB
/
PROJECT_LANG_1.pyw
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
26
27
28
29
30
31
32
33
#!/usr/bin/env python
# Start of script
# Project language file 1
# For: Seanpm2001/Bad-Code-Collection
# About
# I have decided to have the main language for this project (Seanpm2001/Bad-Code-Collection) as Python is the first programming language I learnt, and is a good basis for that reason, as that is where my bad code started.
''' '''
class projectLanguageFileOne()
def plang1():
print("Project Language File 1\n")
print("For: Seanpm2001/Bad-Code-Collection")
print("About:")
print("I have decided to have the main language for this project (Seanpm2001/Bad-Code-Collection) as Python is the first programming language I learnt, and is a good basis for that reason, as that is where my bad code started.")
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 (Monday, 2022 March 14th at 3:20 pm)
# File type: Python 3 source file (*.py)
# Line count (including blank lines and compiler line): 34
# End of script