write a python program to take a number 5 in a variable x and display its square and cube
Answers
Answered by
2
Answer:
Explanation:
nums = [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