We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 983ad4d commit a821124Copy full SHA for a821124
maths/series/sum of sqaures of n natural numbers
@@ -11,5 +11,5 @@ class sum_of_squares:
11
12
13
solution1=sum_of_squares()
14
-a=int(input("Enter a natural number to find sum of sqaures upto that number:"))
+a=int(input("Enter a natural number to find sum of squares upto that number:"))
15
solution1.get_square_of_series(a)
0 commit comments