MobileBlur

Diff
Login

Differences From Artifact [cee4aa579b]:

To Artifact [eb2ebe95bd]:


260
261
262
263
264
265
266
267

    finally:
        sys.modules['__main__'] = old_main
    return output.getvalue()

if __name__=='__main__':
    history=History()
    while True: print run(history, raw_input('>>> ')).rstrip()










>
260
261
262
263
264
265
266
267
268
    finally:
        sys.modules['__main__'] = old_main
    return output.getvalue()

if __name__=='__main__':
    history=History()
    while True: print run(history, raw_input('>>> ')).rstrip()