Commit 55deefca by BellCodeEditor

save project

parent 1279d621
Showing with 6 additions and 1 deletions
......@@ -16,5 +16,5 @@ def sum(m):
count=0
for i in m:
count=count+i
#print("您一共消费"+str(count)+"元"
#print("您一共消费"+str(count)+"元")
sum(b)
\ No newline at end of file
filel=open('C:\\Users\\\\Desktop\\14545.txt','w',encoding = 'utf-8')
filel.write('iugugid')
filel.colse()
\ 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