Skip to content

Commit

Permalink
Add underscore to cw.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dperret committed Aug 9, 2024
1 parent b3ec7a6 commit 5ae2516
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion challenges/cw.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@
'!': '1,1,1,0,1,0,1,1,1,0,1,0,1,1,1,0,1,1,1,0',
' ': '0,0,0',
'-': '1,1,1,0,1,0,1,0,1,0,1,0,1,1,1,0',
':': '1,1,1,0,1,1,1,0,1,1,1,0,1,0,1,0,1,0'
':': '1,1,1,0,1,1,1,0,1,1,1,0,1,0,1,0,1,0',
'_': '1,0,1,0,1,1,1,0,1,1,1,0,1,0,1,1,1,0'
}

morse_code = '0,'
Expand Down

0 comments on commit 5ae2516

Please sign in to comment.