George is creating a program that will ask the user to input their grade in school. George wants to prevent the program crashing if the user enters letter instead of number. Which of the following can be used?
for loop
try block
ValueError signifier
trace table
1 answer
try block