Unit 2 Task 6: Report card letter

Learn to code with step-by-step lessons. A place for students to work through programming fundamentals and build skills.

Unit 2 Task 6 - Report card letter

← Unit 2 tasks · Solution


Teachers store marks as percentages. For a single course mark, print a letter using this scale:

Ask for one float percentage and print the letter.

Skills: if / elif / else, comparisons.