Posts by Thiago Schettini • 166 points
2 posts
-
1
votes1
answer433
viewsA: Making queries in the bank through form using Django
I think that line: result = Login.objetos.filter(cpf) is not correct, you should point out which field or attribute of your model should be equal to the value of the CPF variable. result =…
-
4
votes1
answer72
viewsA: my code does not work python
The code you sent is not properly formatted... Formatting here, I noticed a syntax error in the excerpt ColunaAtaque1 = int(input("Coluna do ataque: "). Missing a ')' at the end of command.…
pythonanswered Thiago Schettini 166