Guest User

Untitled

a guest
Oct 21st, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. def querys_to_dict(string):
  2. list = string.split('=')
  3. for x in len(list):
  4. list[x].split('&')
  5.  
  6.  
  7. querys_to_dict('perro=gato&loro=parrot')
Add Comment
Please, Sign In to add comment