Skip to content

Commit a821124

Browse files
committed
Update sum of sqaures of n natural numbers
1 parent 983ad4d commit a821124

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

maths/series/sum of sqaures of n natural numbers

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ class sum_of_squares:
1111

1212

1313
solution1=sum_of_squares()
14-
a=int(input("Enter a natural number to find sum of sqaures upto that number:"))
14+
a=int(input("Enter a natural number to find sum of squares upto that number:"))
1515
solution1.get_square_of_series(a)

0 commit comments

Comments
 (0)