Skip to content

Instantly share code, notes, and snippets.

@ekratskih
Created January 7, 2013 16:06
Show Gist options
  • Save ekratskih/4476109 to your computer and use it in GitHub Desktop.
Save ekratskih/4476109 to your computer and use it in GitHub Desktop.
Quick formating str to float
map(float, ["1", "2", "3"]) # output: [1.0, 2.0, 3.0]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment