标签:天都 读取 mil 插入代码 编号 方式 raw_input style 编写
标题选用“标题1”,设置字体。
采用编号有顺序编写。
插入代码用第二种方式,可以采用默认折叠
#-*- coding:utf-8 -*-
#等待用户输入
user = raw_input("请输入用户名:")
user=raw_input("请输入密码:")
if user =="alex" and pwd =="alex":
print"恭喜登陆成功!"
else:
print"登陆失败!"
标签:天都 读取 mil 插入代码 编号 方式 raw_input style 编写
原文地址:http://www.cnblogs.com/YCY-study/p/7500451.html