Advertisement
Guest User

Untitled

a guest
Jan 17th, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. def allocate(S, F, C):
  2. freeChoice_list = []
  3. normie_list = []
  4. appendthisbitch = true
  5. # someway to call the sort FUNCTION
  6. for dictionaries in S:
  7. for macid in F:
  8. if (dictionaries["macid"] == macid):
  9. freeChoice_list.append(macid)
  10. appendthisbitch = false
  11. if (appendthisbitch):
  12. normie_list.append(S[dictionaries["macid"]])
  13. appendthisbitch = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement