Commit cbe70784 by BellCodeEditor

save project

parent 221dadec
Showing with 4 additions and 0 deletions
...@@ -8,4 +8,7 @@ while True: ...@@ -8,4 +8,7 @@ while True:
num=str(input('num:')) num=str(input('num:'))
print('-'*30) print('-'*30)
file_.write(name+':'+num+'本\n') file_.write(name+':'+num+'本\n')
print('-'*30)
print('CLOSE:TURE')
print('-'*30)
file_.close() file_.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