Commit b1e622d8 by BellCodeEditor

auto save

parent 1c845a7d
Showing with 5 additions and 2 deletions
...@@ -15,4 +15,7 @@ def g(): ...@@ -15,4 +15,7 @@ def g():
print("-"*30) print("-"*30)
return total return total
resuit = g() resuit = g()
print(resuit) print(resuit)
\ No newline at end of file @staticmethod
def funcname(parameter_list):
pas
\ 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