r1 = int(input("Enter, How many rows are there in your matrix: ")) c1 = int(input("Enter, How many columns are there in your matrix: ")) print("Sorry, I can't fine ...