Conditionals: Sort 3

Classwork

  1. Discussion on YI_Largest.py
  2. THE WHITE BOARD

    Do you remember what you did the firs or second day of school?
    minmax5

  3. Write a program, YI_Sort3Nums.py to order 3 numbers from small to large.
    Use the following data to trace your algorithm:

89 101 2

Explain your strategy in a short paragraph.