Strings
6 / 18
EasyOutput prediction

Substring check with in

What does this code print?

s = "Python programming"
print("gram" in s)
print("python" in s)

← → arrow keys to navigate

Sign in to save your progress.