Michelson Lima
@AsgardianoBR
1
Registration Code:
#Register
def register ():
global user, password, file
clear ()
print ("Helpa Me! \ n")
print ("Registration")
user = in
LeonDoesCode May I link you to a tutorial. The tutorial covers how to save variables to a JSON file, you can then also use this tutorial to hash the passwords and save them securely.
The reason that I'm suggesting JSON here, is that I've been having problems with databases without using client server stuff. This is really that sort of thing. If you know how to do this then I'd suggest using an external service, or creating an client and sever Repl, so that you can manage login details.
But for small pieces3 years ago
17
Quando crio uma nova pasta, sempre tem a "main.py", mas quando tento criar outro arquivo e escrevo o código nela, na hora de executar, ela roda o códi
PabloJuan eu acho que já é tarde demais, mas aqui está: Crie um arquivo chamado ".replit", e nele coloque 'language = "python"', e embaixo 'run = "python Aula4.py"'.Aqui está um exemplo (que não funciona por causa do "All" xD)2 years ago
SixBeeps De alguma forma, você precisará chamar o código que deseja executar a partir do arquivo main.py. Embora eu trabalhe principalmente em Java, quase todas as linguagens OOP são assim.
Desculpe se meu português está quebrado, falo principalmente inglês e espanhol :\3 years ago
1