This website requires JavaScript.
Explore
Help
Register
Sign In
liutianshuo
/
python
Watch
1
Star
0
Fork
You've already forked python
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
master
python
/
2024-11-22-2.py
6 lines
92 B
Python
Raw
Permalink
Blame
History
n
=
1
while
True
:
if
n
%
9
==
7
and
n
%
5
==
2
and
n
%
4
==
1
:
print
(
n
)
break
n
+
=
1
Reference in New Issue
View Git Blame
Copy Permalink