Commit b0e22c27 by BellCodeEditor

save project

parent 901f6de1
impurt func
file1=open(r'C:\Users\EDZ\Desktop\test.txt','w',encoding='utf-8')
file1.write('kwoo')
file1.close()
\ No newline at end of file
...@@ -21,4 +21,4 @@ def sum(a): ...@@ -21,4 +21,4 @@ def sum(a):
return s return s
q=eok() q=eok()
w=sum(q) w=sum(q)
print(str(w)+'元') #print(str(w)+'元')
\ No newline at end of file \ 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