Skip to content

Commit 7451d69

Browse files
Automatic Push
1 parent 34683b7 commit 7451d69

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Easy | Medium | Hard
1919

2020
```python
2121
python = 'is going to be the language of choice'
22+
2223
def anti_vowel(text):
2324
text = text.lower()
2425
vowels = ['a','e','i','o','u']

0 commit comments

Comments
 (0)