Skip to content

Commit 87dbf03

Browse files
committed
[23.12.23] test
1 parent 83a5202 commit 87dbf03

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Python_BOJ_2023/1747.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ def chk_primarynum(num):
1212
return False # 소수가 아님
1313
return True # 소수임
1414

15+
1516
def chk_pelindrome(num):
1617
val = str(num)
1718
reverse_val = val[::-1]

0 commit comments

Comments
 (0)