karldray / quantum

Simulate reverse causality using quantum suicide.
366 stars 19 forks source link

Fixed printboard function #3

Closed ssewell closed 2 years ago

ssewell commented 8 years ago

Removed the superfluous asterisk in printboard function that would prevent the example from running.

wimglenn commented 8 years ago

It doesn't prevent the example running. This is tuple unpacking syntax.

ssewell commented 8 years ago

Didn't know that. Odd... Python reports a syntax error when I attempt to run it with the preceeding asterisk, but it produces the correct results without it. Perhaps it's a new construct added after my version of Python.