News

Python 2 allows you to enter whatever characters you want, but it doesn't see the input as characters. Rather, it sees them only as bytes. It's almost as if you were to go to a mechanic and say, ...
It'd be <I>really cool</I> if I an expanded set of characters I can use to draw with. From looking at the Python documentation on ncurses, this doesn't appear possible - but I thought I'd ask anyways.