generated from seanpm2001/Template_Other_V7
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathPROJECT_LANG_3.py
17 lines (17 loc) · 994 Bytes
/
PROJECT_LANG_3.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/env python
# Start of script
# I chose Python as the third project language for this project (Seanpm2001/Setup-Go2004-GitHubAction) as Python is the preferred language for writing the main script for this GitHub action.
''' '''
class projectLanguageFileThree()
print("Project Language File 3\n")
print("For: Seanpm2001/Setup-Go2004-GitHubAction")
print("I chose Python as the third project language for this project (Seanpm2001/Setup-Go2004-GitHubAction) as Python is the preferred language for writing the main script for this GitHub action.")
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 (Wednesday, 2021 December 8th at 4:19 pm)
# File type: Python 3 source file (*.py)
# Line count (including blank lines and compiler line): 18
# End of script