I just started messing with Python, and was having a great time with entering Tkinter GUI commands into the Python shell (ActivePython 2.5).
Its fun entering commands one at a time and seeing components appear real-time (instead of normal process of having to compile the whole thing first).
Anyway, I was wondering if there was a way to paste multiple lines of source code (at once).
Also: Is there a function that causes a string to be interpreted as a command?