Commit 4d538be3 by BellCodeEditor

save project

parent f94015d0
import turtle
pen=turtle.Pen()
pen.fillcolor("red")
pen.begin_fill()
for i in range(4):
pen.forward(100)
pen.right(90)
pen.end_fill()
turtle.done()
import turtle
pen=turtle.Pen()
pen.fillcolor("green")
pen.begin_fill()
for i in range(2):
for i in range(3):
pen.forward(300)
pen.right(120)
pen.forward(-300)
pen.end_fill()
turtle.done()
import turtle
pen=turtle.Pen()
pen.fillcolor("green")
pen.begin_fill()
for i in range(5):
pen.forward(125)
pen.right(72)
pen.end_fill()
turtle.done()
\ No newline at end of file
import turtle
pen=turtle.Pen()
pen.fillcolor("green")
pen.begin_fill()
for i in range(6):
pen.forward(125)
pen.right(60)
pen.end_fill()
turtle.done()
import turtle
pen=turtle.Pen()
pen.fillcolor("green")
pen.begin_fill()
for i in range(7):
pen.forward(125)
pen.right(180-900/7)
pen.end_fill()
turtle.done()
\ No newline at end of file
import turtle
pen=turtle.Pen()
pen.fillcolor("green")
pen.begin_fill()
for i in range(8):
pen.forward(125)
pen.right(180-1080/8)
pen.end_fill()
turtle.done()
\ No newline at end of file
import turtle
pen=turtle.Pen()
pen.fillcolor("green")
pen.begin_fill()
for i in range(4):
pen.forward(125)
pen.right(90)
pen.end_fill()
turtle.done()
\ No newline at end of file
import turtle
pen=turtle.Pen()
pen.fillcolor("red")
pen.begin_fill()
for i in range(3):
pen.forward(125)
pen.right(120)
pen.end_fill()
turtle.done()
\ No newline at end of file
nameset=1
Mimaset=123456
name=input("您的账号为:")
Mima=input("您的密码为:")
if name==nameset and Mima==Mimaset:
puint("登陆成功")
\ 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