python-003(引用类文件2)
2021-01-25 10:13
标签:赋值 use 一个 管理员 span python odi 业务 管理 python-003(引用类文件2) 标签:赋值 use 一个 管理员 span python odi 业务 管理 原文地址:https://www.cnblogs.com/bigdata-6/p/12861172.html#一个等号是赋值
#两等号是比较
#!=表示不等于
#!=表示不等于
if 1 == 1:
print("111111")
else:
print("22222")
inp = raw_input("")
if inp == "test1":
print("超级管理员")
elif inp == "test2":
print("普通管理员")
elif inp == "3":
print("业务主管")
elif inp =="4":
print("业务员")
else:
print("......")
# -*- coding:utf8 -*-
uer = raw_input("请输入用户名:")
pwd = raw_input("请输入密码")
if user == "alex" and pwd == "alex":
print "恭喜登录成功!"
else:
print "登录失败!"
文章标题:python-003(引用类文件2)
文章链接:http://soscw.com/index.php/essay/46747.html