i want to take input from user in and each value of the input is on consecutive line.this is to be implemented in python
while x=int(raw_input()): ##<=showing error at this line
print(x)
gollum(x)
#the function gollum() has to be called if the input is present