onelinerizer
onelinerizer copied to clipboard
assignment to locals()
Didn't expect this to work, but might want to add it to the list of features not supported:
locals()['y'] = 1
print y
Cool project!
Ah, yup – locals()
is not currently supported, but we don't mention that anywhere. Adding this to the various documentations is a good idea.