Commit 5f50d67a by BellCodeEditor

save project

parent e4145775
Showing with 11 additions and 0 deletions
......@@ -14,3 +14,13 @@ def func():
print("_"*30)
print(total)
func()
def func():
x=5
y=9
print("执行return之前")
return x
z = x+y
result = func
print(result)
\ 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