Commit f5344756 by BellCodeEditor

auto save

parent 3183e81d
Showing with 14 additions and 4 deletions
for i in range(1,10):
for j in range(1,i+1): username = "python"
print(j,"*",i,"=",(j*i),end="") userpasswd = "123456"
print() while True:
input_name = input("请输入账号:")
input_passwd = input("请输入密码:")
if input_name == username and input_passwd == userpasswd:
print("登录成功")
break
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