Advertisement
Guest User

Untitled

a guest
Feb 27th, 2015
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. >>> encrypted = '10134585588147, 3847183463814, 18517461398'
  2. >>> encrypted_list = encrypted.split(', ')
  3. >>> encrypted_list
  4. ['10134585588147', '3847183463814', '18517461398']
  5. >>> encrypted_list[1]
  6. '3847183463814'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement