!
Reorder this code to make an input validation algorithm
print(number)
while number > 10 or number < 0:
number = int(input("Please enter a number"))
number = int(input("Please re-enter the number and ensure it is between 0 and 10 inclusive"))