Copy the code value while iterating through each code in book_codes only if it contains the string "2010".

Make sure to pick code followed by for code in book_codes and then if, code.count(2010).