Hackerrank | Sherlock and Squares Get link Facebook X Pinterest Email Other Apps August 01, 2020 from math import *# Complete the squares function below.def squares(a, b): return floor(sqrt(b) - ceil(sqrt(a)) + 1 Get link Facebook X Pinterest Email Other Apps Comments
Comments
Post a Comment