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 e0c8084 commit ff9c655
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions maths/carmichael_number.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,3 +88,4 @@ 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 ff9c655

Please sign in to comment.