Using a while loop: Write a program to print integers 1-50 and their cubes.
i = 0 while i < 50: i= i+1 print((i*i*i), end = ' ')
Need a fast expert's response?
and get a quick answer at the best price
for any assignment or question with DETAILED EXPLANATIONS!
Comments
Leave a comment