Question: Please answer this question by using Python. In [ ]: def lowercase (str_list): determines if at least one string in the list starts with a
Please answer this question by using Python. ![Please answer this question by using Python. In [ ]: def lowercase](https://dsd5zvtm8ll6.cloudfront.net/si.experts.images/questions/2024/09/66f2e2e8c5a8e_83266f2e2e85b849.jpg)
In [ ]: def lowercase (str_list): determines if at least one string in the list starts with a lower case letter. *** # some test cases to try out print (lowercase ([ "ABN", "Hello", "hi"])) # should print True print (lowercase (("Month", "Week"])) # should print False print (lowercase (["123", "ABC" ])) # should print False
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
