Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

I need help solving each expectation listed below for problem #1. Problem 1 Write a function that : has three input parameters by this order:

I need help solving each expectation listed below for problem #1.

Problem 1 Write a function that :

has three input parameters by this order: input_array (a one-dimensional array), slice_start (an integer) , slice_end (an integer),

returns an array by slicing the input array with slice_start and slice_end.

It has to verify that the input array is a one-dimensional array (not more than one dimension).

It has to verify that slice_start < slice_end.

It has to support try /except such that it can catch the error in case the slice_start or slice_end is out of the range.

Bonus It has to verify that slice_start and slice_end are integers.

If any of the above violation occurs, print out a corresponding message and return None, otherwise it returns the sliced array.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Introductory Relational Database Design For Business With Microsoft Access

Authors: Jonathan Eckstein, Bonnie R. Schultz

1st Edition

1119329418, 978-1119329411

Students also viewed these Databases questions

Question

What are Decision Trees?

Answered: 1 week ago

Question

What is meant by the Term Glass Ceiling?

Answered: 1 week ago