We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34683b7 commit 7451d69Copy full SHA for 7451d69
README.md
@@ -19,6 +19,7 @@ Easy | Medium | Hard
19
20
```python
21
python = 'is going to be the language of choice'
22
+
23
def anti_vowel(text):
24
text = text.lower()
25
vowels = ['a','e','i','o','u']
0 commit comments