write a python program as per following specifications.
(a) ' ' ' print the length of the longest
string in the list of strings str_list.
precondition: the list will contain
at least one element.' ' '
(b) ' ' ' L is a list of numbers. print a new list where each element is the corresponding element of list L summed with number num.' ' '
Answers
Answered by
0
lst=list("please enter string")
l=len(lst)
Similar questions