Skip to content

Instantly share code, notes, and snippets.

@3dgoose
Created January 19, 2025 10:18
Show Gist options
  • Save 3dgoose/9f2a71575fccdea589ecc164a1941f3a to your computer and use it in GitHub Desktop.
Save 3dgoose/9f2a71575fccdea589ecc164a1941f3a to your computer and use it in GitHub Desktop.
Joe is sick
# Joe is sick v1
name = str(input("What's your name ?"))
print(f"Program : {name} ! {name} !")
print("Program : It's Joe ! He's sick !")
print(f"{name} : Who's Joe")
print("Program : Joe Mama")
print(f"{name} : What ?")
print("Program : He just got ligma")
print(f"{name} : Ligma what ?")
print("Program : ligma balls")
print("Program : On his updog")
print(f"{name} : What's updog")
print("Program : You're the dog")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment