Question: Wite a Python Code for the question below. Create a vector with the following sequence of numbers: 1 1 , 3 . 1 , 6
Wite a Python Code for the question below.
Create a vector with the following sequence of numbers:
Then, create a for loop
program to cube every positive number and square every
negative number in the sequence with your final answer
presented as whole integers. Hint: You will need to use if
otherwise logic inside the for loop.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
