Boa new jeasey swift code
You're looking for the Taylor Swift song "Bad Blood" (feat. Kendrick Lamar) from the album "1989"!
Here's the lyrics and code for you:
Lyrics: [Verse 1 - Taylor Swift] Band-aids don't fix bullet holes You know it used to be mad love So take a look at what you've done 'Cause girl, you know it used to be mad fun [Pre-Chorus - Taylor Swift] But now I'm standing face to face With my blood-stained reputation [Chorus - Taylor Swift] Band-aids don't fix bullet holes You know it used to be mad love So take a look at what you've done 'Cause girl, you know it used to be mad fun [Verse 2 - Kendrick Lamar] You know it used to be mad love So take a look at what you've done 'Cause girl, you know it used to be mad fun [Chorus - Taylor Swift] Band-aids don't fix bullet holes You know it used to be mad love So take a look at what you've done 'Cause girl, you know it used to be mad fun
Code: Here's a simple Python code to generate a "Bad Blood" inspired ASCII art:
print(" _____")
print(" / \\")
print(" / \\")
print("| __ |")
print("| / \\ |")
print("| / \\|")
print("| | | |")
print("| |__| |")
print("|_______|")
print(" Band-aids don't fix bullet holes")
print(" You know it used to be mad love")
print(" So take a look at what you've done")
print(" 'Cause girl, you know it used to be mad fun")
Run this code in your Python interpreter or save it to a file with a .py
extension and run it using Python. This will print out the ASCII art and lyrics in the console.
Hope you enjoy this "Bad Blood" code!