#+begin_src python
def add(a,b):
   return a+b
def sub(a,b):
   return a-b
#+end_src

Fails to execute due to 'unexpected indentation' in general, this is a problem for copy/pasting into any emacs python shell, it wont work.