0

So I was looking over a code example by @C.Nivs on how to make a BINGO game as a reply here (under the section "Class?" and I saw an asterisk in line 62 of the mentioned code which I didn't understand what its purpose was. Any suggestions?

  • the values() method of a dict returns a list. An asterisk before a list "unpacks" the items in the list into separate values. https://stackoverflow.com/questions/50950690/python-unpacking-operator – Kurt Apr 21 '22 at 20:13

0 Answers0