How to get user to enter two true or false statements and reply the single correct answer
How do I code in py a simple programme that asks the users to input two boolean statements:
Why is my if statement only doing the first option?
I’m trying to do a simple calculator, but when I add the “if”, it is only making the first option, and not the “elifs”, when I ask to do them.
Python, if statement executes but condition is false
i got a task to go over a string and check if its reversable or almost reversable (removing 1 char from the string and it becomes reversible) and i need to return True or False,
in the code below it enters the if even when the two chars are the same.