python naming convention for inner scope

后端 未结 0 1442
轻奢々
轻奢々 2021-02-05 04:33

Let\'s say I have the following code fragment:

def foo(name):
    print(name)
name = "max"
...

T

相关标签:
回答
  • 消灭零回复
提交回复
热议问题