Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 154 Bytes

README.md

File metadata and controls

3 lines (3 loc) · 154 Bytes

Anagram

This repo contains a python file that test if two string is an anagram. the function find_anagram returns true if it is an anagram, else false.