Commit fd75268c by BellCodeEditor

save project

parent 059318fc
Showing with 31 additions and 0 deletions
while true
username = "python"
userpassword = 123456
name=input("请输入账号")
password=input("请输入密码")
if name==username and password==userpassword:
print("登陆成功")
\ No newline at end of file
......@@ -12,3 +12,25 @@ pen.circle(50.180)
pen.fd(100)
pen.hideturtle()
turtle.done()
import turtle
pen=turtle.Pen()
pen.write("长城,\n让你忘记自己孤身一人",font=("宋体",30,"normal"))
turtle.done()
pen.lt(45)
pen.pensize(5)
pen.pencolor("red")
pen.fd(100)
pen.circle(50.100)
pen.rt(90)
pen.circle(50.180)
pen.fd(100)
pen.hideturtle()
turtle.done()
pen.circle(len,180)
pen.rt(90)
pen.circle()
pen.hideturtle()
\ 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