这是我的代码:
nonlocal counter
^
IndentationError: expected an indented block
我收到此错误:
{{1}}
问题是什么?
答案 0 :(得分:0)
我认为代码有缩进问题。
def **make_Print_Driver_singelton_class**():
counter=0
def **setcount**():
nonlocal counter
counte+=1