Commit 9ade0ff7 by BellCodeEditor

save project

parent 020a1b15
Showing with 10 additions and 5 deletions
import func import turtle
data = func.e() Pen=turtle.Pen()
score = sum(data) Pen.write("你好呀!\n,我在玛酷学编程\n,快来一起来学习吧!\n,",font=("Times",30,"normal"))
print(sum) Pen.hideturtle()
\ No newline at end of file turtle.done()
\ No newline at end of file
file = open('C:\\Users\\123','w',encoding='utf-8')
file.write('写入数据')
file.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