1.3.6 Cube

# First, draw the shadow of the cube.

### Place Your Code Here ###

Polygon(325,205,400,205,400,285,235,350,95,270,fill='black',opacity=30)

Polygon(35,150,35,350,235,350,235,150,fill='silver')

Polygon(35,150,95,70,295,70,235,150,fill='darkGrey')

Polygon(235,150,235,350,295,270,295,70,fill='grey')


# Then draw the cube itself.

### Place Your Code Here ###