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

PROGRAMMING:JMU Python prime

Luz5年前 (2021-05-10)题库352
Enter a number to determine whether it is prime. Prime numbers are natural numbers greater than 1. There are no other factors except 1 and itself.
###Input format:
Enter an integer
###Output format:
Whether the output is prime.
###Input example:
```in
twelve
```
###Output example:
```out
12 is not prime
```
###Input example:
```in
seven
```
###Output example:
```out
7 is prime
```






answer:If there is no answer, please comment