Spaces:
Running
Running
Update modules/treinamento.py
Browse files- modules/treinamento.py +1 -1
modules/treinamento.py
CHANGED
|
@@ -206,7 +206,7 @@ class Treinamento:
|
|
| 206 |
problemas = [
|
| 207 |
("kkk", resposta.lower().count("kkk") > 2),
|
| 208 |
("rsrs", resposta.lower().count("rsrs") > 2),
|
| 209 |
-
("ou
|
| 210 |
('"', resposta.count('"') > 4),
|
| 211 |
("**", "**" in resposta),
|
| 212 |
("```", "```" in resposta),
|
|
|
|
| 206 |
problemas = [
|
| 207 |
("kkk", resposta.lower().count("kkk") > 2),
|
| 208 |
("rsrs", resposta.lower().count("rsrs") > 2),
|
| 209 |
+
("ou", "ou" in resposta.lower()),
|
| 210 |
('"', resposta.count('"') > 4),
|
| 211 |
("**", "**" in resposta),
|
| 212 |
("```", "```" in resposta),
|