Python - Variables and Dynamic Typing
You want to write a function that returns
True if the input is an integer or a float, and False otherwise. Which code correctly uses type() to do this?