IT SpecificProgramming LanguagesPythonStringsOn this pageStrings header_2 sentence = "The quick brown fox" print("quick" in sentence) # Outputs: True print("slow" in sentence) # Outputs: False References MY_EASY_TITLE