# File: builtin-eval-example-2.py print eval("__import__('os').getcwd()") print eval("__import__('os').remove('file')")