Lowest to Highest
Create a Python function that takes three ints and prints them from lowest to highest.
Grade Conversion
Create a Python function that takes a numeric grade from 0 to 100 and prints the associated letter grade using the following scale:
A = [90, 100]