i want to use input validation so that the user can only input decimal numbers. can someone help
while int_x != : #this is where im having the problem
print "the number entered must be a decimal number"
int_x = input("Enter a decimal number:")