We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
>>> a = "{'a': 'hi', 'b': 'there'}" >>> b = eval(a) >>> b {'a': 'hi', 'b': 'there'} >>> exec ("c=" + a) >>> c {'a': 'hi', 'b': 'there'} >>>
There was an error while loading. Please reload this page.
[[TOC]]