correct code should print true if and only if list fruitlist contains the string 'apple' and should print false otherwise. incorrect code will not generate the correct results. - if 'apple' in fruitlist: print(true) else: print(false)