This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from PIL import Image | |
emptygrid = Image.open("sudokugrid.jpg","r") | |
frame = 1 | |
from traceback import print_stack | |
numberimages = {str(k):Image.open("{}.jpg".format(k),"r") for k in range(1,10)} | |
""" | |
rowlabels = "ABCDEFGHI" | |
columnlabels = "123456789" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- Aşağıdaki satırları </head> tagından önce, temanızın html dosyasına ekleyin --> | |
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.0/jquery.min.js"></script> | |
<script src="http://static.tumblr.com/fpifyru/VCxlv9xwi/writecapture.js"></script> | |
<script src="http://static.tumblr.com/fpifyru/AKFlv9zdu/embedgist.js"></script> | |
<!-- | |
Kullanımı: sayfanıza şunu ekleyin <div class="gist">[gist URL]</div> | |
Örnek: <div class="gist">https://gist.github.com/1395926</div> | |
--> |