You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
return'Error fetching lyrics. Please check the artist and title and try again.'
13
14
15
+
14
16
if__name__=='__main__':
15
17
artist_name=input('Enter the artist name: ')
16
18
song_title=input('Enter the song title: ')
@@ -19,6 +21,6 @@ def find_lyrics(artist, title):
19
21
print('\nLyrics:\n')
20
22
print(lyrics)
21
23
22
-
#Make sure you have the requests library installed in your Python environment before running this script. You can install it using pip install requests.
24
+
#Make sure you have the requests library installed in your Python environment before running this script. You can install it using pip install requests.
23
25
24
-
#To use the script, simply run it, and it will prompt you to enter the artist name and song title. After entering the details, it will fetch and display the lyrics for the specified song.
26
+
#To use the script, simply run it, and it will prompt you to enter the artist name and song title. After entering the details, it will fetch and display the lyrics for the specified song.
0 commit comments