Commit c9c947d5 by BellCodeEditor

save project

parent 1ecc737b
Showing with 11 additions and 7 deletions
# 利用write()帮助悟空给诺依回信吧~ username="python"
import turtle userpassword="123456"
pen=turtle.Pen()
pen.write("根据客户开户后",font=("Times",20,"normal")) name=input("请输入账号")
pen.hideturtle() password=input("请输入密码")
turtle.done()
\ No newline at end of file if name=username and password==userpassword:
print("登陆")
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