Solve problem "Sum of cubes" online - Learn Python 3 - Snakify

Sum of cubes


Statement

For the given integer N calculate the following sum: $$ 1^3 + 2^3 + \ldots + N^3 $$
Advertising by Google, may be based on your interests

In all the problems input the data using input() and print the result using print().