What is happening:
>>> 2 * 10
2 * 10
20
>>>
What I want to happen:
>>> 2 * 10
20
>>>
Does anyone know why the command is printed out before being executed and how to stop it from doing that? I can't find any documentation about this. I'm using Emacs 23 on Mac OS X with Python 2.7.