Commit 1aa2ba0c by BellCodeEditor

save project

parent 42b87802
Showing with 6 additions and 3 deletions
...@@ -4,9 +4,12 @@ while True: ...@@ -4,9 +4,12 @@ while True:
name=input("ples enter nam:") name=input("ples enter nam:")
password=input("ples enter passward:") password=input("ples enter passward:")
if name==username and password==userpassword: if name==username and password==userpassword:
print("welcom 2 bei r bein chrung") print("ok log in corect")
break break
if name!=username:
print("uhh ur nam isnt riht")
if password!=userpassword:
print("uhh ur passward isnt riht")
print("welcom 2 bei r bein chrung")
else:
print("Ples retype passward or usernam")
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment