Question: Use PYTHON method to write a code for me. I need a correct answer, don't do unexpected mistakes o use a for or while loop
Use PYTHON method to write a code for me. I need a correct answer, don't do unexpected mistakes o use a for or while loop a for or while loop to e program the required number of times using the termination technique as specified by the question You are required to provide the docstringfor each function in this assignment. 1. write a function named get strings to ask the user for a series of strings and to return a list where each string is an item in the list. The user indicates that they are finished entering items by entering nothing for the last prompt(empty string). Save the functions in a PyDev library module named a 7 functions .py For example, Enter item: 1 Enter item: 30 Enter item: 40 Enter item: 50 Enter item enter key with no item terminates data entry write a program named q1.py to test the function. The output of the function is printed in one line. As Sample run, result get strings print (result) I' 1', '30', 40 50' Copy the results to testing.txt. 2. write a function largest even that takes a list of integers as parameters. If the list has no even integers, your function should return False. Otherwise, it should return the largest even integer in the list. Note: negative integers can be even. Save the function in a PyDev library module named
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
