Collect and sort square numbers in ascending order from three lists: Difference between revisions

m
→‎{{header|Phix}}: unique() comment
m (→‎{{header|Phix}}: unique() comment)
Line 230:
Added:690, Sorted:{4,9,16,25,36,36,49,81,121,144,169}
</pre>
You could also apply res:=unique(res), which would reduce the length by 1 (the duplicate 36) and yield a total of 654.
 
=={{header|Python}}==
7,818

edits