Commit 7257ce78 by BellCodeEditor

save project

parent 7168e4df
Showing with 2 additions and 1 deletions
...@@ -14,5 +14,5 @@ def new_input(a): ...@@ -14,5 +14,5 @@ def new_input(a):
finally: finally:
print("_"*30) print("_"*30)
return total return total
a=new_input() a=new_input(total)
print(a) 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