Skip to content

Commit 13681fd

Browse files
Automatic Push
1 parent 7451d69 commit 13681fd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,7 @@ def anti_vowel(text):
2424
text = text.lower()
2525
vowels = ['a','e','i','o','u']
2626
return ''.join([x for x in text if x not in vowels])
27+
28+
anti_vowel(python)
29+
Output: 's gng t b th lngg f chc'
2730
```

0 commit comments

Comments
 (0)