Skip to content

Instantly share code, notes, and snippets.

@iedmrc
Last active December 14, 2015 20:45
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 iedmrc/fecb1f3002d2d2ca3f69 to your computer and use it in GitHub Desktop.
Save iedmrc/fecb1f3002d2d2ca3f69 to your computer and use it in GitHub Desktop.
matrix={}
for i in range(1,en+1):
for j in range(1,boy+1):
matrix[i,j]=Label(OyunPenceresi, text=random.randint(1,9),font=("Helvetica",30))
print matrix[a,b].cget("text")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment