Skip to content
Extraits de code Groupes Projets
Valider bd3f9074 rédigé par Loris TICHADOU's avatar Loris TICHADOU
Parcourir les fichiers

Update kohlanta.py

parent 33e5514f
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -10,4 +10,4 @@ sentences = ["$NAME, les aventuriers de la tribu $CHANN ont decidés de vous eli
def kohlanta (name, channel) :
return sentences[randrange(0, len(sentences) - 1)].replace("$NAME", name).replace("$CHANN", channel)
kohlanta("toto", "#titch")
\ No newline at end of file
print(kohlanta("toto", "#titch"))
\ No newline at end of file
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter