开始学Python

很久没发博客了,最近在学Python玩。贴一波代码:《基本登录系统》 UserList ={'admin':'adminp','user1':'passw1','user2':'passw2'} def f_u(user): if use ...