Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 7, 2023
1 parent ff6d418 commit e0c8084
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion maths/carmichael_number.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ def is_carmichael_number(n: int) -> bool:

doctest.testmod()


number = int(input("Enter number: ").strip())
if is_carmichael_number(number):
print(f"{number} is a Carmichael Number.")
Expand Down

0 comments on commit e0c8084

Please sign in to comment.