Skip to content

Commit

Permalink
Added doctests.
Browse files Browse the repository at this point in the history
  • Loading branch information
quant12345 committed Oct 7, 2023
1 parent 4e34723 commit 45c1064
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions maths/carmichael_number.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,5 @@ def is_carmichael_number(n: int) -> bool:
print(f"{number} is a Carmichael Number.")
else:
print(f"{number} is not a Carmichael Number.")

print(12345)

0 comments on commit 45c1064

Please sign in to comment.