Ask your own question, for FREE!
Computer Science 7 Online
OpenStudy (anonymous):

i need help on this code please it says the parameter name is get_x_strs: (list) -> list of strs and the description is Given a list l, return a new list that contains only the elements of l that are strs that contain the character 'x'. Do not alter l.

OpenStudy (anonymous):

i tried doing my code and i got def get_x_strs (list_strings): return (x for s in list_strings) but its giving me a error please help

OpenStudy (anonymous):

@shandelman

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!