summaryrefslogtreecommitdiff
path: root/doc/data/messages/r/redefined-argument-from-local/good.py
blob: fd7c081ac153869a719d21abcdc8e9f4ff897f79 (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)