Answer to Question #190329 in Python for python

Question #190329

a) Write a function that takes a 2D list(matrix) of 3x3 and ask user to input the

values


1
Expert's answer
2021-05-07T23:07:07-0400
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?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS