Questions 19-23 Which code blocks correctly compare two stri…
Questions 19-23 Which code blocks correctly compare two strings, character by character, and print only the characters that match, as shown in the following examples? Examples: python matches.py hourse house hou python matches.py bolus torus ous python matches.py banana fruitcake Select all that apply.