String Truth#
Part 1#
Which of the following expressions would evaluate to False
?
Answer Section#
“w” not in “chew”
“cherry” in “cherry”
“a” in “banana”
“cran” in “cranberry”
“d” not in “guava”
“q” not in “pomegranate”
Attribution#
Problem is from the OpenStax University Physics Volume 2 textbook, licensed under the CC-BY 4.0 license.