PROGRAMMING:JMU Python product of even numbers
Find the product of all even numbers from 1 to n.
###Input format:
Enter the integer n.
###Output format:
Even product of 1 to n.
###Input example:
```in
five
```
###Output example:
```out
eight
```
answer:If there is no answer, please comment
###Input format:
Enter the integer n.
###Output format:
Even product of 1 to n.
###Input example:
```in
five
```
###Output example:
```out
eight
```
answer:If there is no answer, please comment