SyntaxError: keyword can't be an expression
from collections import OrderedDict assert list(OrderedDict([('a', 1), ('b', 2)]).keys()) == ['a', 'b']