467
476
global_space['raw_input'] = lambda x=None: raw_input()
471
480
""" Run the provided function with the provided stdin, capturing stdout and stderr
473
482
Return all the output data.
476
487
sys_stdout, sys_stdin, sys_stderr = sys.stdout, sys.stdin, sys.stderr