update lint

This commit is contained in:
Rohit Tanwar
2018-01-16 18:35:58 +05:30
parent 01077dcf5c
commit 81a5dc868c
10 changed files with 32 additions and 24 deletions

View File

@ -5,6 +5,8 @@ Retuns `number` of vowels in provided `string`.
Use a regular expression to count the number of vowels `(A, E, I, O, U)` in a string.
```python
import re