summaryrefslogtreecommitdiff
path: root/doc/data/messages/r/redefined-argument-from-local/good.py
blob: 330f94f4541638064626831f443451376677d7ad (plain)
1
2
3
def show(host_id=10.11):
    for inner_host_id, host in [[12.13, 'Venus'], [14.15, 'Mars']]:
        print(host_id, inner_host_id, host)