Skip to content

Commit

Permalink
Merge pull request keon#151
Browse files Browse the repository at this point in the history
Fix the comments
  • Loading branch information
goswami-rahul authored Mar 19, 2018
2 parents f40abd2 + 1d2ac92 commit a655387
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions maths/next-perfect-square
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
# This program will look for the next perfect square.

"""
This program will look for the next perfect square.
Check the argument to see if it is a perfect square itself, if it is not then return -1 otherwise look for the next perfect square

for instance if you pass 121 then the script should return the next perefct square which is 144.

for instance if you pass 121 then the script should return the next perfect square which is 144.
"""

def find_next_square(sq):
Expand Down

0 comments on commit a655387

Please sign in to comment.