IST_Individual_Task

Artifact [0f5019af3d]
Login

Artifact 0f5019af3dbd16857665807ed165071010d0e75d:

Wiki page [Process Diary for 4th Sep] by Jax_Star 2012-09-04 02:53:31.
D 2012-09-04T02:53:31.652
L Process\sDiary\sfor\s4th\sSep
P ae6bd381633fa43cad9f46a5fac488672e761962
U Jax_Star
W 590
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.<br>
<i>def find_middle(a, b, c): <br>
    if a >= b:</br>
        if b >= c:</br>
            return b</br>
        elif a >= c:</br>
            return c</br>
        else:</br>
            return a</br>
    elif b >= a:</br>
        if a >= c:</br>
            return a</br>
        elif c >= b:</br>
            return b</br>
        else:</br>
            return c</i>
Z 911694c60e60f8eef776bde4db432a50