class called "Animal" with an "init" method that takes two parameters,

Define a class called "Animal" with an "init" method that takes two parameters, "name" and "breed", and sets them as attributes of the animal object. The "init" method should also print a message with the name and breed of the animal. Then create an instance of the "Animal" class named "animal" with the arguments "Dog" and "Labrador".

Note: Give the input in the code itself

Expected output:
Hello I am a Dog and I am a Labrador
Total : 0 Discussion
Login