[text] music

Viewer

  1. # DJ Copilot's Reguetón & Electronic Mix
  2. # Tracklist:
  3. # 1. J Balvin, Skrillex - "In Da Getto"
  4. # 2. Bad Bunny - "Yonaguni"
  5. # 3. Major Lazer, Anitta - "Make It Hot"
  6. # 4. Daddy Yankee, Snow - "Con Calma"
  7. # 5. Rosalía - "Malamente"
  8. # 6. Calvin Harris, Dua Lipa - "One Kiss"
  9. # 7. Maluma - "Hawái"
  10. # 8. Martin Garrix, Bebe Rexha - "In the Name of Love"
  11. # 9. Karol G, Nicki Minaj - "Tusa"
  12. # 10. David Guetta, Sia - "Titanium"
  13.  
  14. # Let the beat drop! 🕺💃
  15.  
  16. def play_dj_mix():
  17.     mix = [
  18.         "In Da Getto",
  19.         "Yonaguni",
  20.         "Make It Hot",
  21.         "Con Calma",
  22.         "Malamente",
  23.         "One Kiss",
  24.         "Hawái",
  25.         "In the Name of Love",
  26.         "Tusa",
  27.         "Titanium"
  28.     ]
  29.     
  30.     for track in mix:
  31.         print(f"Now playing: {track}")
  32.  
  33. play_dj_mix()
  34.  

Editor

You can edit this paste and save as new:


File Description
  • music
  • Paste Code
  • 28 Feb-2024
  • 817 Bytes
You can Share it: