Commit 00e7291f by BellCodeEditor

save project

parent 58ddf212
Showing with 7 additions and 13 deletions
import turtle name ="cy"
pen=turtle.Pen() word ="cy12345"
pen.fillcolor("red") username = input("请输入用户名")
pen.begin_fill() password = input("请输入密码")
for i in range(36): if username -- name and password -- word :
pen.forward(200) print("登录成功")
pen.right(170) \ No newline at end of file
pen.end_fill()
turtle.done()
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