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

Update manger.py

parent 01a5563d
Branches
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -13,5 +13,5 @@ def should_ban(message) : ...@@ -13,5 +13,5 @@ def should_ban(message) :
msg = message.split(" ") msg = message.split(" ")
for f in message : for f in message :
if f in mots : if f in mots :
return true return True
return false return False
\ No newline at end of file \ 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