koushikt_sofApr '07i need to take input and keep processing it until i get a zero as an input......createdApr '07last replyApr '071reply117views2users
nneonneoApr '07inp=input()while inp: process(inp) inp=input() input() parses the input automatically into a number.