2048: Difference between revisions

Content added Content deleted
Line 10,585: Line 10,585:
=={{header|Python}}==
=={{header|Python}}==
===Python: Original, with output===
===Python: Original, with output===
<lang python>
<lang python>#!/usr/bin/env python3
#!/usr/bin/env python3


import curses
import curses