WAP to print the cube of each value in the list (2,34,5)
Answers
Answered by
5
Explanation:
= [1, 2, 3, 4, 5, 6, 7, 8, 9, 10] print("Original list of integers:") print(nums) print("\ nSquare every number of the said list:"
Similar questions