C-17-Q067mediumsingle_mcq
The membership test used in the alternative method is:
The membership test used in the alternative method is:
- a
in - b
is - c
== - d
has
ব্যাখ্যা
Membership is checked with Python's in operator, which tests whether the character is present in the vowel collection. is checks identity and == checks equality, neither of which performs a membership test.