Commit 1aa2ba0c by BellCodeEditor

save project

parent 42b87802
Showing with 7 additions and 4 deletions
......@@ -4,9 +4,12 @@ while True:
name=input("ples enter nam:")
password=input("ples enter passward:")
if name==username and password==userpassword:
print("welcom 2 bei r bein chrung")
print("ok log in corect")
break
else:
print("Ples retype passward or usernam")
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")
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