This website requires JavaScript.
Explore
Help
Register
Sign In
liujiahe
/
python
Watch
1
Star
0
Fork
You've already forked python
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
master
python
/
24-6-16-1.py
8 lines
101 B
Python
Raw
Permalink
Blame
History
a
=
"
是
"
x
=
int
(
input
(
)
)
for
i
in
range
(
2
,
x
)
:
if
x
%
i
==
0
:
a
=
"
不是
"
break
print
(
a
)
Reference in New Issue
View Git Blame
Copy Permalink