Skip to content

Instantly share code, notes, and snippets.

View dtswanson's full-sized avatar

Derek Swanson dtswanson

View GitHub Profile
def JoeBurrowIsKaputt():
print("Enter your name:")
user_name = input()
print(f'Hello, {user_name}!.')
print("Joe Burrow is kaputt!")
print("What is the meaning of life?")
answer_to_meaning_of_Life = input()
print(f'You entered: {answer_to_meaning_of_Life}')
def TeeHigginsDropsTouchdowns():