intro: if/else/elif

UsingĀ if/else/elif allows Python to make decisions based on user input.

Type in this code and run it in IDLE:


Now try this code:

Using the information below, rewrite the letter grade program so that it calculates the grade based on being greater than the value.