Commit 2ba0b6a0 by BellCodeEditor

auto save

parent 872b656d
Showing with 4 additions and 2 deletions
q=open('C:\\Users\\maku\\Desktop\\test.txt','w',encoding='utf-8')
q.write('小兰:12本')
q.write('小明:20')
q.close()
......@@ -18,5 +18,4 @@ def o(money):
return count
b=a()
c=o(b)
print(c)
print('您一共消费'+str(c)+'元!扫码还是现金?')
\ 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