Review the sample code and output below. Select the correct…

Review the sample code and output below. Select the correct syntax for the fourth code line which should return True as shown in the output.  ask_state = input(“Enter state for COVID-19 information: “) states_list = df.state.unique() print(states_list) print( ___ in ___) # complete this syntax Output: Enter state for COVID-19 information: Texas True