Which line needs to be included for this program to function properly?
new_list.append("chocolate")
print(new_list)
O A.
import append
O B.
new_list = []
○ C.
import lister
O D.
new_list()