2048: Difference between revisions

Content added Content deleted
Line 10,789: Line 10,789:


===Python: using tkinter===
===Python: using tkinter===
<lang python>
<lang python>#!/usr/bin/env python3
#!/usr/bin/env python3


''' Python 3.6.5 code using Tkinter graphical user interface.
''' Python 3.6.5 code using Tkinter graphical user interface.