Commit 23ca7ea3 by BellCodeEditor

auto save

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