Commit 8ce4a613 by BellCodeEditor

save project

parent 9bd69486
Showing with 7 additions and 9 deletions
import turtle
pen=turtle.Pen()
pen.write("www",font=("Times",30,"normal"))
# q=turtle.Pen()
# q.left(45)
# q.forward(160)
# q.circle(-80,180)
# q.forward(160)
turtle.done()
aaa=open(r"C:\Users\周\Desktop\123.txt","w",encoding='UTF-8')
aaa.write("小兰:12")
aaa.write("小丽:11")
aaa.write("李文:9")
aaa.write("张伟:16")
aaa.close()
\ 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