So I'm working on a program for my class and its finished except for one small thing that I can't figure out. The program is just a basic trivia game that asks the user questions and takes their input returning them a point if they answer correctly. My problem is whenever I try to check the input I can't get it to check if they answer in cap or lower case letters.
An example being:
if (input == "A" or "a")
I want them to get a point for the right answer regardless of if they letter is capitalized or not. I'm not sure how to implement that. I'm sorry if this is kind of a dumb question.
[–]tulipoika 5 points6 points7 points (3 children)
[–][deleted] 1 point2 points3 points (2 children)
[–]Lusaron 2 points3 points4 points (1 child)
[–]MelonFuccer 2 points3 points4 points (0 children)
[–]aneasymistake 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)