Python Code Challenge

150 - Create a class Shape with a method area that returns 0. Create subclasses Rectangle, Triangle, and Circle and override the area method to return the corresponding shape's area.