Alternative to raw_input ?

Skip Montanaro skip at pobox.com
Fri Feb 11 13:03:39 EST 2005


    > Err, why?

    >> It looks to ugly this way. I want to press 
    >> any key without ENTER to continue

How about modifying it to

    raw_input("Press ENTER to continue ")

Skip



More information about the Python-list mailing list