Computer Science, asked by gracykujur, 8 months ago

WAP to print the cube of each value in the list (2,34,5)​

Answers

Answered by Snehpriyanshu
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