IST_Individual_Task

Artifact [1898f27908]
Login

Artifact 1898f2790889f575276fb089100d659cfe6508f4:

Wiki page [Process Diary for 4th Sep] by Jax_Star 2012-09-04 02:59:18.
D 2012-09-04T02:59:18.702
L Process\sDiary\sfor\s4th\sSep
P 702ee30697ae48614f58741284f7259dd0b50046
U Jax_Star
W 649
Today I worked on the NCSS Python Challenge I completed the first question "Middle Number" in the first period and set to work on the second question "What Did Zou Saz" </br>

Here is the code for Q1. (<tab> is where a tab is inserted)<br>
<i>def find_middle(a, b, c): <br>
<tab>if a >= b:<br>
<tab><tab> if b >= c:<br>
<tab><tab><tab> return b<br>
<tab><tab>elif a >= c:<br>
<tab><tab><tab>return c<br>
<tab><tab>else:<br>
<tab><tab><tab> return a<br>
<tab>elif b >= a:<br>
<tab><tab>if a >= c:<br>
<tab><tab><tab>return a<br>
<tab><tab>elif c >= b:<br>
<tab><tab><tab>return b<br>
<tab><tab> else:<br>
<tab><tab><tab> return c</i>
Z dac34e0d19d364d3ec1a63fb96d49abe