Team:Aachen/Test

From 2014.igem.org

(Difference between revisions)
Line 96: Line 96:
         </div>
         </div>
     </div>
     </div>
 +
 +
<link rel="stylesheet" href="https://2014.igem.org/Team:Aachen/Scripts/highlight.pack.default.css?action=raw&ctype=text/css">
 +
<script src="https://2014.igem.org/Team:Aachen/Scripts/highlight.pack.js?action=raw&ctype=text/javascript"></script>
 +
<script>hljs.initHighlightingOnLoad();</script>
 +
<pre><code class="python">
 +
if a==42:
 +
    a=5
 +
else:
 +
    a=4
 +
</code></pre>
</body>
</body>
</html>
</html>
{{Team:Aachen/Footer}}
{{Team:Aachen/Footer}}

Revision as of 05:25, 13 October 2014


if a==42:
    a=5
else:
    a=4