I want to get only positive numbers in python .
and if the user enter a negative number the program show an error message .
should I code lots of conditions like
if this : do this
if that : do that
and so on .
or is there another way for this ?