Python Code Challenge

136 - Create a class "Rectangle" with properties for width and height. Create methods for calculating the perimeter and area, and a method to change the width and height.