We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c51831 commit b51d285Copy full SHA for b51d285
1 file changed
utilities/Text-to-Morse/Text-to-Morse.py
@@ -50,10 +50,6 @@ def main():
50
51
elif choice == '2':
52
morse_input = input("\n📻 Enter Morse code (separate letters with space, words with ' / '): ")
53
- morse_chars = morse_input.strip().split()
54
- morse_input = input(
55
- "\n📻 Enter Morse code (separate letters with space, words with ' / '): "
56
- )
57
58
invalid_chars = [
59
char for char in morse_input
0 commit comments