doggylover7743 doggylover7743 14-12-2022 Computers and Technology contestada 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)