{article Examples__Python 3.4 }{title} {text}{/article}

Python 3.4.1

>>> print("Example of print")
Example of print
>>>

{source}
<!-- You can place html anywhere within the source tags -->
<pre class="brush:py;">
>>> print("Example of print")
Example of print
>>>

</pre>

<script language="javascript" type="text/javascript">
    // You can place JavaScript like this

</script>
<?php
    // You can place PHP like this

?>
{/source}