Commit 8fa68922 by BellCodeEditor

auto save

parent bf8b9c7c
Showing with 2 additions and 1 deletions
......@@ -13,6 +13,6 @@ def new_input():
total.append(unit)
print('*'*30)
print(total)
return total
return(total)
a=new_input()
print(a)
\ 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