PROGRAMMING:Is JMU Python even
Enter an integer to determine whether it is even
###Input example:
```in
seven
```
###Output example:
```out
7 is not even
```
###Input example:
```in
eight
```
###Output example:
```out
8 is even
```
answer:If there is no answer, please comment
###Input example:
```in
seven
```
###Output example:
```out
7 is not even
```
###Input example:
```in
eight
```
###Output example:
```out
8 is even
```
answer:If there is no answer, please comment