Posts by Eduardo Ferreira • 15 points
2 posts
-
0
votes1
answer32
viewsQ: System to Python Client queue error
I’m programming a queue system but there’s an error I can’t fix python --------------------------------------------------------------- if command == supervisor : positivo = 'sim' negativo = 'nao'…
pythonasked Eduardo Ferreira 15 -
1
votes1
answer2252
viewsQ: Python Login and Registration System
I am trying to develop a simple registration and login system using text files, but at the time of login is giving error. I believe it is in the variable "Registered", because from what I understood…