Commit df822703 by BellCodeEditor

auto save

parent 5ab88987
Showing with 21 additions and 5 deletions
score = {'语文':91,'数学':88,'英语':85}
# 请对字典进行遍历,将保存的分数以键值对的形式提取打印出来
import turtle
a=turtle.Pen()
a.pensize(3)
a.pencolor("red")
a.fillcolor("red")
a.penup()
a.goto(195,-195)
a.write("春晓\n春眠不觉晓\n处处闻啼鸟\n夜来风雨声\n花落知多少",font=("times",30,"normal"))
a.penup()
a.goto(0,0)
a.pendown()
a.begin_fill()
a.left(45)
a.fd(160)
a.circle(80,180)
a.right(90)
a.circle(80,180)
a.fd(160)
a.end_fill()
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