Commit 4e796ba5 by BellCodeEditor

save project

parent 8e6a101c
Showing with 7 additions and 3 deletions
name=input("你的名字是?")
print(name+",你是最棒的创造师耶")# 我们都爱夸夸夸
\ No newline at end of file
username = "python"
userpassword = "123456"
name = input("请输入用户名:")
password = input("请输入密码:")
if username == username and userpassword == userpassword:
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