Prompt the user for successive input lines, with the prompt "Enter course number, units, and grade, separated by spaces". So a sample input line might be "ECS10 4 B-". Continue to prompt until a blank line is entered, that is a line with nothing before the new line character, which will be read in by input() as an empty string.

Solved
Show answers

Ask an AI advisor a question