Commit d5253554 by BellCodeEditor

save project

parent 77336ba2
Showing with 9 additions and 4 deletions
score = {"语文"91,"数学"88,"英语"85}
for k,v in score.tiems():
print(k,v)
\ No newline at end of file
import turtle
pen=turtle.pen()
pen.fillcolor("blue")
pen.begin_fill()
for i in range(5):
pen.forward(200)
pen.left(144)
pen.end_fill()
turtle.done()
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