Answered You can hire a professional tutor to get the answer.

QUESTION

Hi, I'm a beginner student and really having a lot of trouble understanding the basics of python.

Hi, I'm a beginner student and really having a lot of trouble understanding the basics of python. I have this assignment that is confusing and any help with this is truly appreciated, thank you so much in advance.

List Computations

Assignment Instructions

Compute their Cartesian product, AxB of two lists. Each list has no more than 10 numbers.

For example, given the two input lists:A = [1,2]B = [3,4]then the Cartesian product output should be:AxB = [(1,3),(1,4),(2,3),(2,4)]
Show more
LEARN MORE EFFECTIVELY AND GET BETTER GRADES!
Ask a Question