python
Dashboard
My Repos
Compilers
Python Online
Node JS Online
Golang Online
codepy
Login
My Repos
Sign Out
Online Python Interpreter
Stop
Run
mail = [] pwd = [] def signup(): a = input("Enter") b = input("Enter2") global mail global pwd mail.append(a) pwd.append(b) print(mail) print(pwd) def login(): print(mail) print(pwd) signup() login()
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