题解 | #验证登录名与密码#
验证登录名与密码
https://www.nowcoder.com/practice/f3517fb21fd34d3880bd41454ca7209f
a = input()
b = input()
if a=='admis' and b=='Nowcoder666':
print("Welcome!")
else:
print("user id or password is not correct!")
验证登录名与密码
https://www.nowcoder.com/practice/f3517fb21fd34d3880bd41454ca7209f
a = input()
b = input()
if a=='admis' and b=='Nowcoder666':
print("Welcome!")
else:
print("user id or password is not correct!")
相关推荐
notbeentak...:孩子,说实话,选择很重要,可能你换一个方向会好很多,但是现在时间不太够了,除非准备春招