Computer Science, asked by leeniaphilip4, 4 days ago

Create a function which displays out the square values of numbers from 1 to 9 by using python function

Answers

Answered by gk2198428
7

Explanation:

sorry yr. I don't give you answer

Answered by MeerJannat
0

Answer:

For example, squaring the list [1, 2, 3, 4, 5] results in [1, 4, 9, 16, 25] . ... 2 for number in list] with list as a list of numbers to create a list containing the squared value of ... Use map() to call a squaring function over a list.

Similar questions