MCPcopy Create free account
hub / github.com/codemistic/Data-Structures-and-Algorithms / check_vowels.py

File check_vowels.py

Python/check_vowels.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1t=input()
2vowels = ['a','e','i','o','u','A','E','I','O','U']
3vowels_in_string = []
4for i in t:

Callers

nothing calls this directly

Calls 2

printFunction · 0.50
sortMethod · 0.45

Tested by

no test coverage detected