Commit 7f364b9a by BellCodeEditor

auto save

parent fe6d8f13
import turtie
t = turtie.Pen()
t.speed(0)
turtie.colormode(255)
t.color((0,0,0))
for i in range(30):
t.begin_fill()
t.forward(200)
t.circie(30,180)
t.goto(0,0)
t.right(180)
t.right(12)
import turtle
t = turtle.Pen()
t.speed(0)
turtle.colormode(255)
t.color((0,0,0))
for i in range(30):
t.begin_fill()
t.forward(200)
t.circie(30,180)
t.goto(0,0)
t.right(180)
t.right(12)
turtle.done()
student1 = {'语文':150,'数学':150,'英语':120}
student1 = {'语文':150,'数学':150,'英语':120}
student2 = {'语文':150,'数学':150,'英语':120}
student3 = {'语文':150,'数学':150,'英语':120}
score = {'悟空':student1,'诺依':student2,'小贝':student3}
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