Question: 1. Write a Python program to create an array of 10 integers and display the array items. Access the last 3 elements of the array
1. Write a Python program to create an array of 10 integers and display the array items. Access the last 3 elements of the array through indexes.
2. Write a Python program that creates and array with the following floats (1.0, 8.3, 6.5, 6.6). Then reverse the order of the array.
3. Write a program that removes the 3rd number(item) from your array. *Hint: Create an array then use the .pop function.
4. Create an integer array. Then write code that extends that array by 4 additional integers using .extend.
Answer in Python Please.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
