python how to append an empty string to a list code example Example: python list.append string return empty a_list = [] a_list.append("a") print(a_list) OUTPUT ['a']