-->
当前位置:首页 > 题库

PROGRAMMING:JMU Python product of even numbers

Luz5年前 (2021-05-10)题库387
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