Skip to content

Instantly share code, notes, and snippets.

@kitelife
Created July 17, 2014 03:19
Show Gist options
  • Select an option

  • Save kitelife/ae6d1734b6fe2457dc06 to your computer and use it in GitHub Desktop.

Select an option

Save kitelife/ae6d1734b6fe2457dc06 to your computer and use it in GitHub Desktop.
python, 两个元组合并成一个字典
if len(gs) == len(keys):
gs_dict = dict(zip(keys, gs))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment