Python in Python Interpreter


#!/usr/bin/python
command="for i in range(100): print i"
exec(command)