Commit f8bdbfce by BellCodeEditor

save project

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