Advertisement
Guest User

Untitled

a guest
Apr 4th, 2013
2,432
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.21 KB | None | 0 0
  1. time = line.split('[', 1)[1].split(']')[0]
  2.     lyrics[int(time.split(":", 1)[1].split(".", 1)[0])*10 + int(time.split(":", 1)[1].split(".", 1)[0])*1000 + int(time.split(":", 1)[0]) * 60000] = line.split(']', 1)[1:]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement