Dermatoglyphics X20674


Statement
 

pdf   zip

html

Input The input will be a single word. The input will be a single word.

Output The output will print a single line stating if the word is isogrammic:     Isogram detected    

Otherwise the output will be:     Not an isogram    

Public test cases
  • Input

    pool
    

    Output

    Not an isogram
    
  • Input

    Dermatoglyphics
    

    Output

    Isogram detected
    
  • Information
    Author
    HP CodeWars
    Language
    English
    Official solutions
    Python
    User solutions
    C C++ Haskell Java Python Rust