summaryrefslogtreecommitdiff
path: root/doc/data/messages/r/redefined-outer-name/good.py
blob: 1350598389da11db90cf303cb1602fb56e198afe (plain)
1
2
3
4
5
6
count = 10


def count_it(limit):
    for i in range(limit):
        print(i)