make a function def appendList(a, b) that appends one list after…

Question Answered step-by-step make a function def appendList(a, b) that appends one list after… make a function def appendList(a, b) that appends one list after another. For example, if a is 1 4 9 and b is 9 7 4 , then appendList(a, b) returns a new list 1 4 9 9 7 4 Computer Science Engineering & Technology Python Programming BUS 303 Share QuestionEmailCopy link Comments (0)