Commit 5c28da29 by BellCodeEditor

save project

parent 6bae9acc
Showing with 3 additions and 3 deletions
...@@ -10,5 +10,5 @@ def new_input(): ...@@ -10,5 +10,5 @@ def new_input():
except: except:
print('请*输*入*数*字*!') print('请*输*入*数*字*!')
return total return total
new_input() a = new_input()
print(new_input()) print(a)
\ No newline at end of file \ 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