Hi...
Let's say that we have this:
somme = raw_input('1 + 1 = ')
if somme == 2:
print 'Good - Time For Answer: '
else:
print 'False - The Right Answer is: 2 -Time For Answer:'
So... how can we get the time for writing any things on raw_input()