I'm testing for a condition using a string data type. For a reason I can figure out, the first if statement is "always true." On line 8, I added statement to print the variable 'response', just to be sure.
In general it is probably best not to try and cater for every combination of answer - just have them enter H or L. Use the toupper or tolower function to make your logic easier.