Skip to content

Latest commit

 

History

History
11 lines (5 loc) · 271 Bytes

README.md

File metadata and controls

11 lines (5 loc) · 271 Bytes

Morse-Translate-Generate

Randomly generates or translates morse code

  • Randomly generates morse using the random module with shuffling the dict

  • Translates a morse by spliting the string at spaces and compares each item with items in the dict

  • !! bad code !!