Commit fd8f46f5 by BellCodeEditor

save project

parent 49157670
Showing with 4 additions and 5 deletions
import po
a=po.new_input()
b=po.sum(a)
print(b)
\ No newline at end of file
a=open(r'C:\Users\Think\Desktop\text.txt','w',encoding='utf-8')
a.write("小明:2")
a.close()
\ 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