0
How can I make different inputs trigger the same output?
So I wrote this code, and it doesn't seem to work properly, I guess it's because == gets processed before OR. If I remove "ok" and "sure", it works as intended. But how can I make it so that "yes", "ok" and "sure" all trigger the same output? https://code.sololearn.com/cxh0FUNxkg7G/?ref=app
1 Answer
0
Yay, it worked!! Thank you so much for quick help!!