Write the code that corresponds to the docstring of the function. In the code, you should check whether the input number is positive, otherwise, it should return the string "Enter a positive number!". Note that zero is neither a positive nor a negative number.
You don't need to take any input or call the function. Just write the body of get_number().