summaryrefslogtreecommitdiff
path: root/doc/data/messages/g/global-variable-undefined/bad.py
blob: 44e4f3a2f8355831db0eec1227f3d009ac902964 (plain)
1
2
3
def update_tomato():
    global TOMATO  # [global-variable-undefined]
    TOMATO = "moneymaker"