Answered step by step
Verified Expert Solution
Question
1 Approved Answer
pls help me with Python Question ! note i need a return statement Given a list of strings, find the difference between, the longest element
pls help me with Python Question !
Given a list of strings, find the difference between, the longest element in the list and the smallest element in the list. You may assume that the list has at least one element. bigDifference(['southernness', 'bulbar', 'compress', 'cricket']) 6 bigDifference(['sapienti', 'nonionized', 'clpocystitis']) 5 bigDifference(['pallmall', 'earlyish', 'idle', 'uriexpressed'] ) 7 ..Save, Compile, Run (ctrl-enter) note i need a return statement
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