Commit 5ec6d0af by BellCodeEditor

save project

parent 6dba5b68
Showing with 11 additions and 4 deletions
new_dict={"姓名":"小明","总分":300}
new_dict["总分"]=295
print(new_dict)
\ No newline at end of file
import turtle
pen = turtle.Pen()
for i in range(3):
pen.forward(100)
pen.left(120)
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