0

I am trying to figure out what gets assigned to what first? In the following line of code

self.tail.next = self.tail = Queue.Node(val)

What is the order of assignment? What would be an equivalent in more than one line?

foobar5512
  • 2,470
  • 5
  • 36
  • 52

0 Answers0