Matching multiple strings
Beginner
+2 pts
Catching up after #PyCon2018 ... in this Bite you do multiple string matching. Complete contains_only_vowels, contains_any_py_chars, and contains_digits below. See more info in the docstrings and the tests. Have fun!
Topics