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:
11,3.1,6.5,-2,2.5,4.2,-15.5,3,2. 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.
Wite a Python Code for the question below. Create

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!