Skip to content

Commit

Permalink
Update cat_dog.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ArshiaRx authored Aug 24, 2021
1 parent 75689a8 commit 27de233
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions String-2/cat_dog.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def cat_dog(str):
return True
return False


print(cat_dog('catdog'))
print(cat_dog('catcat'))
print(cat_dog('1cat1cadodog'))
#To check:
#print(cat_dog('catdog'))
#print(cat_dog('catcat'))
#print(cat_dog('1cat1cadodog'))

0 comments on commit 27de233

Please sign in to comment.