I can't stop my program in an if statement where I want to check if the number given by the user is a positive one (>0). I get my message if I give a negative number, but the program goes on and shows more messages.
Any idea how to stop it there?
Here is the part I'm trying to fix:
#number validation
if user_age<0 :
print("Not a valid number")