Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 193 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 193 Bytes

regex2

Exercise

Write a program that removes from a set of words all words that occur more than once and display the remaining words in reverse order

Solved using python

Thanks to Sleem