Commit e81573dc by BellCodeEditor

save project

parent c9c947d5
Showing with 12 additions and 11 deletions
username="python"
userpassword="123456"
name=input("请输入账号")
password=input("请输入密码")
if name=username and password==userpassword:
print("登陆")
import turtle
pen=turtle.Pen()
screen=turtle.Screen()
screen.bgcolor("blank")
color["red","yellow","green","orange"]
for i in range(1,300):
pen.bgcolor(i%4)
pen.forward(i)
pen.right(91)
pen.hideturtle()
turtle.done()
\ 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