1 2 3
received(['jeje', 'jojo']) for x in received: print(x)
1 2 3 4
Traceback (most recent call last): Line 2, in <module> received(['jeje', 'jojo']) NameError: name 'received' is not defined