Commit f8bdbfce by BellCodeEditor

save project

parent be31d6a6
Showing with 2 additions and 3 deletions
...@@ -14,8 +14,6 @@ def aaa(): ...@@ -14,8 +14,6 @@ def aaa():
print('-'*30) print('-'*30)
print(total) print(total)
return total return total
h=aaa()
print(h)
#---------------------------------------------------------------------------------- #----------------------------------------------------------------------------------
def a(y): def a(y):
b=0 b=0
...@@ -24,5 +22,5 @@ def a(y): ...@@ -24,5 +22,5 @@ def a(y):
return b return b
#---------------------------------------------------------------------------------- #----------------------------------------------------------------------------------
d=aaa() d=aaa()
e=f(d) e=a(d)
print(e) print(e)
\ 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