Python 1-Write a function area that has two arguments, height and width, and returns the area of a rectangle of the given height and width. Your function area should not print anything out, nor should it ask the user for input, it should compute and return the area. Also write […]