modified code

Create a Python program that populates an array variable (containing at least five elements) within a loop using input supplied by the user.

Week7 Discussion Create a Python program that populates an array variable (containing at least five elements) within a loop using input supplied by the user. It should then perform some modification to each element of the array using a second loop, and then display the modified array in a third loop. Note that there should […]

Scroll to top