Commit 4e5ff2a9 by BellCodeEditor

save project

parent e50cc597
Showing with 11 additions and 0 deletions
def add():
a = 1
b = 2
print('执行return之前')
return a
print('执行return之后')
c = a + b
res = add()
print(res)
\ 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