Skip to content

Instantly share code, notes, and snippets.

@bobber205
Created March 18, 2015 18:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bobber205/77fd128d824537e1ac41 to your computer and use it in GitHub Desktop.
Save bobber205/77fd128d824537e1ac41 to your computer and use it in GitHub Desktop.
data = [[1,100],[2,200]]
data[0] = data[0] * 2
#results in [1,100,1,100],[2,200]]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment