python number is a perfect cube code example Example: check if a number is perfect cube in python x = int(input()) print(int(round(x ** (1. / 3))) ** 3 == x)