Commit 42b87802 by BellCodeEditor

save project

parent 17839009
Showing with 9 additions and 4 deletions
username="cabbages"
userpassword="cabages"
name=input("ples enter nam:")
password=input("ples enter passward:")
if name==username and password==userpassword:
print("kk log in done corect u can entar")
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")
break
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