Question: (A python question)Write a function that will be given a list of strings. You need to dene the function prototype and the function body. Your

(A python question)Write a function that will be given a list of strings. You need to dene the function prototype and the function body. Your function must return a list of strings starting with 'H' or 'h' (uppercase or lowercase). Otherwise return an empty list if the given list is value None.

Restrictions: In your function you may only use while loops, if statements, function len(), keywords elif, else, return, break, continue, def, None, is, .append and any arithmetic operators. Do not use a for loop, marks will be deducted.

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 Databases Questions!