-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
PROJECT_LANG_1.py
9 lines (7 loc) · 912 Bytes
/
PROJECT_LANG_1.py
1
2
3
4
5
6
7
8
9
# Start of script
# Disco Zoo is closed source, and I don't know what language it is written in, so I chose the name of a programming language with the name of something that would typically be in a zoo (Python) as I couldn't figure out what else to make the official project language. I want this project to have a language assigned to it, so I wrote this file in Python.
print ("Disco Zoo is closed source, and I don't know what language it is written in, so I chose the name of a programming language with the name of something that would typically be in a zoo (Python) as I couldn't figure out what else to make the official project language. I want this project to have a language assigned to it, so I wrote this file in Python.")
# File version: 1 (Wednesday, October 28th 2020 at 4:15 pm)
# File type: Python script file (*.py)
# Line count (including blank lines and compiler line): 10
# End of script