Sybren Stuvel: > def prompt(label): > '''Prompts the user, returning the typed text''' > sys.stdout.write(label) > return sys.stdin.readline() Maybe raw_input function may help too. Bye, bearophile