Initial commit
This commit is contained in:
@ -0,0 +1,7 @@
|
||||
if __name__ == '__main__':
|
||||
text = "Bonjour"
|
||||
# Ne devrait rien afficher puisque la chaîne ne correspond pas
|
||||
if text == "bonjouR":
|
||||
print("Bien le bonjour !")
|
||||
else:
|
||||
print("Je n'ai pas compris !")
|
Reference in New Issue
Block a user