Basic Concepts: Sort3Nums

Classwork:

Preparing for assessment.
1. Trace your program YI_StandarDeviation.py using these numbers: 56, 43, 13, 2, 25
2. Trace your program YI_BasicInstructions4.py ( finding the range ) using these numbers: 3, 21, 65, 88
3. Trace your program YI_Sort3Nums.py using these numbers: 3, 21, 65
4. Trace your program YI_Sort3Nums.py using these numbers: 3, 65, 21
5. Trace your program YI_Sort3Nums.py using these numbers: 21, 65, 3

How to trace:

  1. Drawing a table of code and values as they change.
    trace 1
  2. Writing notes showing the values as they change.
  3. Drawing a diagram with the changes.