Commit b0773ddb by BellCodeEditor

auto save

parent 8b0bf97e
Showing with 9 additions and 2 deletions
name=input("勇于挑战的创造师你叫什么呀?")
print(name+",你是最棒的创造师耶")
\ No newline at end of file
...@@ -2,6 +2,8 @@ i=3 ...@@ -2,6 +2,8 @@ i=3
username = "python" username = "python"
userpassword = "123456" userpassword = "123456"
while True: while True:
name=input("勇于挑战的创造师你叫什么呀?")
print(name+",你是最棒的创造师耶")
    if i>0:     if i>0:
        name = input("请输入用户名:")         name = input("请输入用户名:")
        password = input("请输入密码:")         password = input("请输入密码:")
...@@ -15,4 +17,6 @@ while True: ...@@ -15,4 +17,6 @@ while True:
    else:     else:
        print("你的账号已被锁定!请带身份证来我司解锁!")              print("你的账号已被锁定!请带身份证来我司解锁!")     
        exit()         exit()
print("欢迎来到贝尔编程!") print("欢迎来到贝尔编程!")
\ No newline at end of file name=input("勇于挑战的创造师你叫什么呀?")
print(name+",你是最棒的创造师耶")
\ 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