Created
January 19, 2025 10:18
-
-
Save 3dgoose/9f2a71575fccdea589ecc164a1941f3a to your computer and use it in GitHub Desktop.
Joe is sick
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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