if else 用户名密码判断

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了if else 用户名密码判断相关的知识,希望对你有一定的参考价值。

username="alex"
_password="123"
name=input("name:")
password=input("password:")

if name==username and password==_password:
print("welcome the new word {name}".format(name=username))
else:
print("滚")

以上是关于if else 用户名密码判断的主要内容,如果未能解决你的问题,请参考以下文章

python之if-else判断

python if条件判断及while语句实例

Python设计一个用户名和密码?

python if else while

3.Python条件判断(if else elif)

-密文,if else判断和while,for循环