Commit 8f1a45d5 by BellCodeEditor

auto save

parent 0d7a1163
Showing with 4 additions and 8 deletions
a=5
def fun1():
a=3
b=a+4
print(b)
def fun2():
b=a+5
print(b)
print(a)
fun1()
fun2()
a=5
print(a)
# 变量 2初始化,怎么变,变化的量 2种变量,
# 全局变量, 局部变量
# 公厕 外面 人人都可以去 厕所,里面,少数人
......
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