We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f77807 commit e68d97eCopy full SHA for e68d97e
morse_code.py
@@ -1,7 +1,4 @@
1
-# Coding Challenge 2
2
-# Name:
3
-# Student No:
4
-
+# Name: Prashant Bhandari
5
#A morse code encoder/decoder
6
7
# A Morse code in tuple
@@ -48,8 +45,8 @@ def get_continue():
48
45
get_input()
49
46
get_continue()
50
47
break
51
- if another=='y' or another!='y' and another!='n':
52
- #if user type y get continue funtion runs. or if user type others letter(not y and n) again get continue funtion runs.
+ if another=='y' or another!='n':
+ #if user type y and type others letter(not n) again get continue function runs.
53
54
if another=='n':
55
#program ends when user type n
0 commit comments