缓慢咖啡豆

文章
3
资源
0
加入时间
2年10月21天

python脚本输入密码判断

代码如下:#!/usr/bin/env python# coding:utf-8id=0while 1:    user=raw_input("user:")    password=raw_input("password:")    if user == "user" and password == "123":        print "welcome t