Beginner Programmer here. I\'m trying to write a program that will ask a user for a quiz grade until they enter a blank input. Also, I\'m trying to get the input to go from disp
The input function only accepts one argument, being the message. However to get around it, one option would be to use a print statement before with an empty ending character like so: