Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathSourceCode.py
More file actions
Latest commit
33 lines (28 loc) · 1.42 KB
/
Copy pathSourceCode.py
File metadata and controls
33 lines (28 loc) · 1.42 KB
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
# Later, maybe in 100 years
# Thanks to all sellers and explioters for not making this possible
# The average IQ they have doesnt match with the minimum requirements to read a License
# also this is just to show its been coded by python ingore it lol
importthis# gooby this gooby that gooby server gooby lan gooby steak gooby ham asian gooby from japan
importGoobythisgoobythatgoobyservergoobywifigoobyramgoobysteakgoobyhamasiangoobyfromjapannowiamgoobingwithmyfriends
flags_are_fast=True
bot_is_cool=True
this_is_python="yes"ifflags_are_fastandbot_is_coolelse"also yes"
deftotally_necessary_function():
"""
this function does nothing
but it's python so it counts
"""
return42# the answer, obviously
classFastFlagsBot:
def__init__(self):
self.vibe="immaculate"
self.language="python (source trust me bro)"
def__repr__(self):
returnf"<FastFlagsBot vibe={self.vibe!r} Gooby this gooby that gooby server gooby wifi gooby ram gooby steak gooby ham asian gooby from japan now i am goobing with my friends"
if__name__=="__main__":
bot=FastFlagsBot()
print(bot)
print("Hello, World!")
print("this repo is now 100% python. github cannot stop us.")
foriinrange(3):
print("Gooby this gooby that gooby server gooby wifi gooby ram gooby steak gooby ham asian gooby from japan now i am goobing with my friends"* (i+1)