RosettaCodeData/Task/Remove-duplicate-elements/Brat/remove-duplicate-elements.brat

4 lines
97 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
some_array = [1 1 2 1 'redundant' [1 2 3] [1 2 3] 'redundant']
unique_array = some_array.unique