+ 5
what *x,y means in this code?
one of the quizzes had this part in it : *x,y = [1,2], [3,4], [5,6] print (list(zip(*x+[y]))[1][1]) what does the asterix do in this line ? thank you
1 Odpowiedź
+ 3
thank you ^^
one of the quizzes had this part in it : *x,y = [1,2], [3,4], [5,6] print (list(zip(*x+[y]))[1][1]) what does the asterix do in this line ? thank you