Which of the following lines could be used to see whether an item called "ski" is included in a list called exercise?
ОА.
if "ski" is in exercise:
OB
if "ski" in exercise:
Oc.
is "ski" in exercise:
D
"ski".exercise: