Need Help Linking List

userList = [“joe”, “maria”, “ahmed”]

pwdList = [“123”, “234”, “345”]

balance = [1000, 2000, 3000]

How do i link the username, password and balances together?
For example if joe logs in, his password has to be 123 and when their logged in, the balance must say 1000