Commit 286a3a1c by BellCodeEditor

save project

parent 57769269
Showing with 19 additions and 7 deletions
username="lIlIlIlIlIlIlIlI" username = "丁胤铭YYDS"
userpassword=="llIIlIIllIllIIIl" userpassword = "1016248"
name=input("请输入用户名:") while True:
password=input("请输入密码:") name = input("请输入用户名:")
if name==username and password==userpassword: passwork = input("请输入密码:")
print("登陆成功!") if name == username and passwork == userpassword:
\ No newline at end of file print("登录成功!")
break
if name != username:
print("用户不存在,请重新输入!")
if passwork != userpasswork:
print("用户名和密码错误!请重新输入")
print("欢迎来到小丁的世界!!!!!!!!")
\ No newline at end of file
import turtle
pen=turtle.Pen()
pen.write("在\n 剪",font=("Times",20,"normal"))
turtle.done()
\ 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