Skip to content

Instantly share code, notes, and snippets.

@diabloneo
Created March 26, 2015 01:48
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 diabloneo/3b9e052bbed39033a11d to your computer and use it in GitHub Desktop.
Save diabloneo/3b9e052bbed39033a11d to your computer and use it in GitHub Desktop.
九九乘法表
[[y*x for x in range(1, y+1)] for y in range(1, 10)]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment