nonlocal variable-> IndentationError:预期缩进块

时间:2016-01-07 14:12:57

标签: python python-3.x

这是我的代码:

  • nonlocal counter
           ^
    IndentationError: expected an indented block
    

我收到此错误:

{{1}}

问题是什么?

1 个答案:

答案 0 :(得分:0)

我认为代码有缩进问题。

def **make_Print_Driver_singelton_class**():
  counter=0
    def **setcount**(): 
      nonlocal counter
      counte+=1