Write a rule putlist(List) which asserts the elements of the List into working memory database as facts of the form 'element(Element)'. E.g. putlist([a,e,i,o,u]). element(a). element(e). element(i). element(o). element(u). Yes. Use 'listing' after running the rule to test whether it has worked.