test
This commit is contained in:
@@ -23,3 +23,7 @@ def parle(nb_phrases=1):
|
|||||||
antepenultieme, penultieme = penultieme, mot_suivants
|
antepenultieme, penultieme = penultieme, mot_suivants
|
||||||
phrases.append(" ".join(phrase))
|
phrases.append(" ".join(phrase))
|
||||||
return "\n".join(phrases)
|
return "\n".join(phrases)
|
||||||
|
|
||||||
|
|
||||||
|
if __name__ == "__main__":
|
||||||
|
print(parle())
|
||||||
|
|||||||
Reference in New Issue
Block a user