text = ‘Four score and seventeen years ago’ if ‘seven’ in te…
text = ‘Four score and seventeen years ago’ if ‘seven’ in text: print (‘The string “seven” was found.’) else: print (‘The string “seven” was not found. ‘)
text = ‘Four score and seventeen years ago’ if ‘seven’ in te…
Questions
text = 'Fоur scоre аnd seventeen yeаrs аgо' if 'seven' in text: print ('The string "seven" was found.') else: print ('The string "seven" was not found. ')