Tactile Writing X21862


Statement
 

pdf   zip

html

Input

A message written in English characters.

Output

The message translated to the Braille English alphabet.

Public test cases
  • Input

    HELLO WORLD

    Output

    ....*.*.*.*.*. .....**.*.*.**
    ....**.**.*..* ....**.****..*
    .*.*....*.*.*. .*.*.**.*.*...
    
  • Input

    This is a sample written in Braille

    Output

    ...**..*.* .*.* *. .**.*****.*. .**..*.*.**.** .*** ..*.*.*..**.*.*.
    ..*****.*. *.*. .. *.....*.*..* *****.****.*.* *..* ..*.**..*.*.*..*
    .**.....*. ..*. .. *...*.*.*... .**...*.*...*. ..*. .*..*.....*.*...
    
  • Information
    Author
    HP CodeWars
    Language
    English
    Official solutions
    Python
    User solutions
    C++ Python