def test(a):
    for s in a:
        print (s)

test(1) 하면 작동되는게있고
return안쓰면 작동안되는게있고 왜그런거임?