Commit 490bf720 by BellCodeEditor

save project

parent e0904d47
Showing with 15 additions and 5 deletions
with open(r"C:\Users\ASUS\Desktop\捐赠明细.txt","a",encoding="utf-8")as file1:
for data in file1:
if'小来:12本'in data:
print('数据在文件中')
\ No newline at end of file
import turtle
pen = turtle.Pen()
a=1
for i in range():
pen.forward(a)
pen.right(91)
a+=1
pen.hideturtle()
turtle.done()
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