Commit d0206790 by BellCodeEditor

save project

parent f4cf2d83
Showing with 7 additions and 0 deletions
num=0
while num<20:
if num%2 ==1:
print(num)
num+=1
\ No newline at end of file
......@@ -10,6 +10,7 @@ while True:
break
if name!=username :
print("用户名错误!请重新输入")
print("你还有"+str(i)+"次登录机会")
i=i-1
elif password!=userpassword :
print("密码错误")
......
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