Assignment *Create a class Vehicle which has a "method run" that prints “The Vehicle is running.” *Also create a class Bike which has a "method run" that prints “The Bike is running safely.” *The output should be “The Bike is running safely.”