Team:Bordeaux/RealisationModelling

From 2012.igem.org

(Difference between revisions)
Line 59: Line 59:
<div class="grid9">
<div class="grid9">
<h2>iGEM - Bordeaux - Realisation</h2>
<h2>iGEM - Bordeaux - Realisation</h2>
-
                                                 <pre class="prettyprint">
+
                                                 <pre class="prettyprint lang-py">
-
<code class="language-py">
+
#!/usr/bin/python
#!/usr/bin/python
# -*- coding: iso-8859-1 -*-
# -*- coding: iso-8859-1 -*-
Line 70: Line 69:
from init_PEB import *
from init_PEB import *
import os  
import os  
-
</code>
 
                                                 </pre>
                                                 </pre>

Revision as of 09:58, 22 September 2012

Modelling - iGEM Bordeaux 2012

iGEM - Bordeaux - Realisation

#!/usr/bin/python
# -*- coding: iso-8859-1 -*-


import random
from pylab import *
from numpy import *
from init_PEB import *
import os