Computer Science, asked by masterman221, 8 months ago

plz help me with this...​

Attachments:

Answers

Answered by swastikrout1973
0

You can use the following python code:

total = 0

for i in range(1,11):

total += i**3

i+=1

print(total)

Please Mark me the brainliest

Similar questions