def input(prompt=''): #input must also be rebinded for using the new raw_input defined return eval(raw_input(prompt))