Commit 60d11b01 by BellCodeEditor

save project

parent 21b69606
Showing with 7 additions and 5 deletions
import turtle
pen=turtle.Pen()
pen.write('你好,\n这个礼物,\n送给你 ',font=('Time',30,'normal'))
turtle.done()
\ No newline at end of file
username = "python"
userpassword = "123456"
namen=input("请输入账号:")
password=input("请输入密码:")
if namen == username and password == 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