Skip to content

Commit

Permalink
Update count_code.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ArshiaRx authored Aug 25, 2021
1 parent c66d0f0 commit 812d4fc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions String-2/count_code.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def count_code(str):
count += 1
return count


print(count_code('aaacodebbb'))
print(count_code('codexxcode'))
print(count_code('cozexxcope'))
#To check:
#print(count_code('aaacodebbb'))
#print(count_code('codexxcode'))
#print(count_code('cozexxcope'))

0 comments on commit 812d4fc

Please sign in to comment.