All pastes #2051743 Raw Edit

Mine

public python v1 · immutable
#2051743 ·published 2011-04-28 22:56 UTC
rendered paste body
while True:  s = raw_input()  if s == "exit":    break  DoStuffWith(s)