Question
USING PYTHON: A3) Lambda Function - Numbers. Write a program that has 3 functions. The first function would ask for a user to enter a
USING PYTHON:
A3) Lambda Function - Numbers. Write a program that has 3 functions. The first function would ask for a user to enter a word and it will save the word into a list then ask for next word to append to the list. Continue the process of word entry until user enter Q to stop data entry into the list. The function should return the list of words entered by user. (Example of words "democratic", "republican", "equal", "python", "break", "two", "ruby").
The second function will take the word list as an input argument then return list sorted by last character of each word using lambda function. The function will return the sorted list. The final step is to display second function output (print that sorted list).
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started