cours: corrige les tests

This commit is contained in:
Raito Bezarius 2020-06-17 19:44:44 +02:00
parent 71e96b507a
commit 4b719bf35b

View file

@ -19,8 +19,8 @@ def est_premier(n):
def reverse_words(S):
"""
>>> reverse_words("abc def")
cba fed
'cba fed'
>>> reverse_words("bonjour bonsoir")
roujnob riosnob
'roujnob riosnob'
"""
pass