Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

getchar() in python

Name: Anonymous 2009-03-13 20:23

is it possible?

Name: Anonymous 2010-10-09 6:48

>>22

def getch():
    import os
    if os.name == 'nt':
        import msvcrt
        return msvcrt.getch()
    else:
        # What >>18 said.


Also, way to bump a five year old thread.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List