a) Write a function that takes a 2D list(matrix) of 3x3 and ask user to input the
values
lst = [] n = int(input("Enter integer: ")) while n!=-1: lst.append(n) n = int(input("Enter integer: ")) print(lst)
Need a fast expert's response?
and get a quick answer at the best price
for any assignment or question with DETAILED EXPLANATIONS!
Comments
Leave a comment