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