What is the difference between z=int(raw_input()) and z=eval(raw_input())????(I thought them to be the same in case of integers) I mean when an integer is entered in that case are they same and when an integer in not entered,in that case how are they different?????