+ 2
I expect this code will append both lists but the result is a list with 2 items, the individual lists. Can someone explain to me
print(lambda x,y: x+y,list(range(10)), list(range(12))) https://code.sololearn.com/cDWtFK73oXf2/?ref=app
1 Resposta
+ 3
Thanks for your explanation, it has clarified the issue