Commit 1f4becf8 by BellCodeEditor

save project

parent 97935f1d
Showing with 5 additions and 3 deletions
name="蓝宝" name="蓝宝"
def name_print(): def a():
print(name) global name
name_print() name=name+"蓝宝2号"
a()
print(name) print(name)
\ 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