You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 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
import this # gooby this gooby that gooby server gooby lan gooby steak gooby ham asian gooby from japan
import 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
flags_are_fast = True
bot_is_cool = True
this_is_python = "yes" if flags_are_fast and bot_is_cool else "also yes"
def totally_necessary_function():
"""
this function does nothing
but it's python so it counts
"""
return 42 # the answer, obviously
class FastFlagsBot:
def __init__(self):
self.vibe = "immaculate"
self.language = "python (source trust me bro)"
def __repr__(self):
return f"<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.")
for i in range(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)