We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 656a26b commit f6e0143Copy full SHA for f6e0143
maths/number_of_digits.py
@@ -15,4 +15,4 @@ def num_digits(n):
15
16
if __name__ == "__main__":
17
num = 12345
18
- print(num_digits(num)) # ===> 5
+ print(num_digits(num)) # ===> 5
0 commit comments