a=0
while a<1:
try:
a=a+1
number=int(raw_input(“What is the number?”))
except:
print “Error!Please enter a number!”
a=a-1