Commit 26ead28c by BellCodeEditor

save project

parent efaf83e2
Showing with 4 additions and 2 deletions
...@@ -11,4 +11,7 @@ def a(): ...@@ -11,4 +11,7 @@ def a():
print("输入整数") print("输入整数")
else: else:
print(total) print(total)
return total
\ No newline at end of file a=a()
print(a)
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