Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save kitelife/5e50c39ad2d808da12a3 to your computer and use it in GitHub Desktop.
使用map和lamda表达式
keys = map(lambda element: element.strip(), keys)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment