This example demonstrates the the use of quotes in strings.
The initialization method(__init__) is a special method that is invoked when an object is created.
Method behaves like a function but it is part of an object.Methods are defined in a class and the syntax of invoking a method is different from syntax for calling a function , method is accessed using