update lint
This commit is contained in:
@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user