filbert
filbert copied to clipboard
Tuples can't be used as keys in dict literals
{(0, 1): 'y step', (1, 0): 'x step', (0, 0): 'origin'}
This is a perfectly valid dict literal but throws SyntaxError: Unexpected token in Filbert.