Commit 23ca7ea3 by BellCodeEditor

auto save

parent ac9868c2
Showing with 11 additions and 7 deletions
un = "1" username = "123"
up = "123" userpassword = "1234"
n = input("zh:") name = input("请输入账号:")
p = input("mm:") password = input("请输入密码:")
if n ==un and p==up: if name ==username and password == userpassword:
print("hy") print("登录成功")
\ No newline at end of file \ No newline at end of file
import turtle
pen=turtle.Pen()
pen.write()
\ 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