I am writing an IF statement which basically says if the value is a
str.isdigit() it should run the command or ELSE print please enter a numeric
value next time.

 

Even when I enter a number though ie. An integer it is going straight to the
else command - what code do I need to add that will recognise the input
value is an integer or a numeric value rather than text??? 

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to