print(f'Successfully added Liked Songs to {file_name} ️') # Write liked songs to a .txt file write_liked_songs_to_file(liked_songs, 'liked_songs.txt') ...