Every Python statement in Vim should be prefixed with the :python command, to instruct Vim that the next command is not Vimscript but Python.
To avoid typing this command on each line, when executing multi-line Python code, it is possible to instruct Vim to interpret the code between two marker exp...