1. 程式人生 > >Changing the world by technology

Changing the world by technology

database=[
    ['albert', '1234'],
    ['dlbert', '4242'],
    ['smith', '7524'],
    ['jones', '7524'],
    ]
username=raw_input('user name')
pin=raw_input('pin coder')
if[username,pin] in database:print 'ACCESS granted'