python
Dashboard
My Repos
Compilers
Python Online
Node JS Online
Golang Online
codepy
Login
My Repos
Sign Out
Online Python Interpreter
Stop
Run
import pandas as pd #selection try: select = int(input(""" 1 - REGISTER 2- LOGIN """)) except: print(""" WRONG INPUT.....""") end =1 #REGISTERING SYSTEM if end==0: if select==1: namelog = input("ENTER YOUR NAME: ") userlog= input("ENTER USERNAME : ") password =input("ENTER PASSWORD : ") login = pd.DataFrame([[namelog,userlog,password]],columns=["NAME","USERNAME","PASSWORD"]) login.to_csv("logincsv.csv") #LOGIN SYSTEM if end ==0 and select==2: user=input("ENTER USERNAME : ") passcode =input("ENTER PASSWORD: ") reader=pd.read_csv("logincsv.csv") print(reader)
Share this code with others
Public
Clear
My Repos
Repo
Lang
Login
Register
Login
Create a free account. No Credit card info required.
I agree with the Codepy
Term of Service
Sign Up