Skip to content
Permalink
Browse files
Update Checkings.py
  • Loading branch information
mockk committed Nov 28, 2018
1 parent 5d6fcc8 commit ceb46f264e135d2228e59523c77641ab335c4b59
Showing 1 changed file with 2 additions and 2 deletions.
@@ -53,8 +53,8 @@ def CountRepeat(sentence):
else:
repeat=False
return wordL

'''Debugger'''
#sentence=input('Enter your sentence : ')
#print(isRepeat(input()))
#print(CountRepeat(sentence))
'''Debugger ends'''

0 comments on commit ceb46f2

Please sign in to comment.