Advertisement
Guest User

Untitled

a guest
Jun 20th, 2018
739
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. # -*- coding: utf-8 -*-
  2.  
  3. # Есть список песен группы Depeche Mode
  4.  
  5. violator_songs_list = [
  6. ['World in My Eyes', 4.26],
  7. ['Sweetest Perfection', 4.43],
  8. ['Personal Jesus', 4.56],
  9. ['Halo', 4.30],
  10. ['Waiting for the Night', 6.07],
  11. ['Enjoy the Silence', 4.20],
  12. ['Policy of Truth', 4.55],
  13. ['Blue Dress', 4.18],
  14. ['Clean', 5.28],
  15. ]
  16.  
  17. # распечатайте общее время звучания песен 'Halo' 'Enjoy the Silence' 'Clean'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement