Installation and Usage

Install rsokl_dummy from pypi with:

pip install rsokl_dummy

Using the library…

>>> from rsokl_dummy.basic_functions import count_vowels
>>> count_vowels("Hello")
2