>aaa={2,6,9}というリストに
{ } は、set・集合だろ

>AttributeError: 'set' object has no attribute 'append'
だから、setには、append が無い

リストは、[2, 6, 9]