Commit 89793faa by BellCodeEditor

save project

parent 261786ff
Showing with 3 additions and 2 deletions
...@@ -6,5 +6,5 @@ while True: ...@@ -6,5 +6,5 @@ while True:
if username==name and userdassword==dassword: if username==name and userdassword==dassword:
print("c ") print("c ")
break break
else: if username!=name and userdassword!=dassword:
print(" c") print("@@")
\ No newline at end of file
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