I’m having trouble with the customers, sales, and thread_sold part of the strings course Thred Shed
instead of the strings i’m getting the first letter of each string. Any help would appreciated.
customers =
sales =
thread =for item in transactions_clean:
customers.append(item[0])
sales.append(item[1])
thread.append(item[2])