I am confused on why Python does not see that "u" is in the characters I just put.
I wrote the following:
"u"==("a" or "e" or "i"or "o" or "u")
I am confused on why Python does not see that "u" is in the characters I just put.
I wrote the following:
"u"==("a" or "e" or "i"or "o" or "u")