Installation


In [ ]:
!pip install git+https://github.com/AGHPythonCourse2017/zad3-chudy1997.git

Usage


In [ ]:
from song_singer.main import check
check('Leonard Cohen : Hallelujah')
check('John Lennon : Hallelujah')
check('Metallica: One')
check('Ariana Grande : One')
check('Adele : Hello')
check('Linkin Park : Hello')
check('John Lennon : Imagine')