📜  将 1 添加到 int py - Python 代码示例

📅  最后修改于: 2022-03-11 14:46:55.602000             🧑  作者: Mango

代码示例1
points = 0
def test():
    nonlocal points
    points += 1