Skip to content

Commit 1e7be85

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent a4fa1d5 commit 1e7be85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

maths/series/sum_ofsqauresof_nnaturalnumbers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ def get(self):
66
a = (self.n * (self.n + 1) * (2 * self.n + 1)) / 6
77
print("The sum of the squares of the first", self.n, "natural numbers is", a)
88

9+
910
sol = squares_natural_numbers(2)
1011
sol.get()
11-

0 commit comments

Comments
 (0)