- # DJ Copilot's Reguetón & Electronic Mix
- # Tracklist:
- # 1. J Balvin, Skrillex - "In Da Getto"
- # 2. Bad Bunny - "Yonaguni"
- # 3. Major Lazer, Anitta - "Make It Hot"
- # 4. Daddy Yankee, Snow - "Con Calma"
- # 5. Rosalía - "Malamente"
- # 6. Calvin Harris, Dua Lipa - "One Kiss"
- # 7. Maluma - "Hawái"
- # 8. Martin Garrix, Bebe Rexha - "In the Name of Love"
- # 9. Karol G, Nicki Minaj - "Tusa"
- # 10. David Guetta, Sia - "Titanium"
- # Let the beat drop! 🕺💃
- def play_dj_mix():
- mix = [
- "In Da Getto",
- "Yonaguni",
- "Make It Hot",
- "Con Calma",
- "Malamente",
- "One Kiss",
- "Hawái",
- "In the Name of Love",
- "Tusa",
- "Titanium"
- ]
- for track in mix:
- print(f"Now playing: {track}")
- play_dj_mix()
[text] mux
Viewer
Editor
You can edit this paste and save as new: