Skip to content

Instantly share code, notes, and snippets.

@ahmed4end
Created January 31, 2020 22:43
Show Gist options
  • Save ahmed4end/405e4893ea1161b61acbf9912b8cf8a9 to your computer and use it in GitHub Desktop.
Save ahmed4end/405e4893ea1161b61acbf9912b8cf8a9 to your computer and use it in GitHub Desktop.
mat = {}
for i in range(5):
for j in range(5):
print((i,j), j+i*5)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment