With my_address set to ‘1357 County Ln., MN 55343’, which of…
With my_address set to ‘1357 County Ln., MN 55343’, which of the following are the correctly fill the blanks that will result in the substring ‘County’?Note: The fill-in parts are separated by semi-colons ; which are not part of the code. i = my_address.index(___) j = my_address.index(___) sub_str = my_address