Comparing Strings Exercises

  < Previous  Next >
Write python code that asks the user for two words and displays which word is less than the other word, or if they are the same word.
When both you and your neighbor are finished individually, discuss your solutions with each other.

Optional

Write python code that asks the user for a grade (between 0 and 100) and displays the corresponding letter grade (assuming a 10-point scale for each letter grade).