We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b1347d commit 357c534Copy full SHA for 357c534
maths/special_numbers/automorphic_number.py
@@ -58,4 +58,4 @@ def find_automorphic_numbers(n: int) -> list:
58
59
# Example usage:
60
print(is_automorphic_number(25, verbose=True))
61
- print(find_automorphic_numbers(100))
+ print(find_automorphic_numbers(100))
0 commit comments