Commit 6e823201 by BellCodeEditor

save project

parent 3be4adfd
Showing with 6 additions and 5 deletions
with open(r"C:\Users\6\Desktop\sales_list.txt","r",encoding="UTF-8") as flie: import turtle
a=flie.readlines() pen=turtle.Pen()
for i in a: pen.write("bilibili",font=('Times',20,'normal'))
print(i) pen.hideturtle()
\ No newline at end of file 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