getLyrics added title and artist as a parameter (defaulted to None) so they can still set it like az.title = 'bad blood'
getSongs added artist as a parameter (defaulted to None) so they can still set it like az.artist = 'Taylor Swift'
removed some unnecessary spaces (Blank line contains whitespace (W293)) and added a new line at the end of file (no newline at end of fileflake8(W292))
getLyrics added title and artist as a parameter (defaulted to None) so they can still set it like az.title = 'bad blood'
getSongs added artist as a parameter (defaulted to None) so they can still set it like az.artist = 'Taylor Swift'
removed some unnecessary spaces (Blank line contains whitespace (W293)) and added a new line at the end of file (no newline at end of fileflake8(W292))