This website requires JavaScript.
Explore
Help
Register
Sign In
duyiyang
/
python
Watch
1
Star
0
Fork
You've already forked python
0
Code
Issues
Pull Requests
1
Packages
Projects
Releases
Wiki
Activity
sairate
python
/
2024.7.5.2.py
5 lines
88 B
Python
Raw
Permalink
Blame
History
n
=
int
(
input
(
'
'
)
)
for
i
in
range
(
n
-
1
,
1
,
-
1
)
:
if
n
%
i
==
0
:
print
(
i
)
break
Reference in New Issue
View Git Blame
Copy Permalink