I'm relatively new to the Python and stackoverflow community and would like some help on a particular problem I've been finding when writing my first "helloworld file".
The problem is that is that I can't find a way to print one answer from two different input string outcomes...
if information == ("Yes" or "yes") : #still trying to figure out how to make the program respond with "Ok" with both the inputs, "Yes" and "yes"
print('Ok')
print('Ok')
Any help/answers would be greatly appreaciated.