We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
>>> eval('word', globals=frozendict({'word': 'hello'})) Traceback (most recent call last): File "<pyshell#19>", line 1, in <module> eval('word', globals=frozendict({'word': 'hello'})) TypeError: globals must be a real dict; try eval(expr, {}, mapping)
Linked PRs