Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 2d88d8b

Browse files
authored
Update HJ60.py
1 parent 72354ea commit 2d88d8b

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

‎HJ60.py

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,10 @@
1-
"""
2-
File: HJ60.py
3-
Author: Jin Lexuan
4-
E-mail: jlx321@126.com
5-
Time: 2021年07月30日 22:41:31
6-
Function:
7-
8-
9-
"""
10-
11-
121
def judgePrimeNumber(n):
132
m = 0
143
for item in range(2, int(n ** 0.5) + 1):
154
if n % item == 0:
165
return 0
176
return 1
187

19-
208
while True:
219
try:
2210
num = int(input())

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /