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:
a=flie.readlines()
for i in a:
print(i)
\ No newline at end of file
import turtle
pen=turtle.Pen()
pen.write("bilibili",font=('Times',20,'normal'))
pen.hideturtle()
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