Created
March 17, 2023 19:05
-
-
Save samuelpath/2a6fd8140217f45e8f0f27012dec00bf to your computer and use it in GitHub Desktop.
aimes_tu_les_robots.py
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
réponse_utilisateur = input("Aime-tu les robots ? (Tape oui ou non) ") | |
if réponse_utilisateur == "oui": | |
print("Bip bip !") | |
elif réponse_utilisateur == "peut-être": | |
print("Décide toi humain !") | |
elif réponse_utilisateur == "Ceux aux yeux laser": | |
print("Zzzzzzap !") | |
elif réponse_utilisateur == "non": | |
print("Les robotsn ne t'aiment pas non plus.") | |
else: | |
print("Ton absurité humaine nous offense.") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bravo ! :)