需求

image.png

提示

#在____________上补充代码
#不要修改其他代码

def vfun(x,b):
    ____________:
        x += ____________
    return x
lc = ____________
print(vfun(10,lc))