Apollo + .env + config

This commit is contained in:
Sladoje 2025-11-03 22:14:11 +01:00
parent 31a6950ef8
commit cd91c4f8ec

View File

@ -40,6 +40,7 @@ if __name__ == "__main__":
[ -1, 4, -4 ],
[ 2, 3, 6 ]
]
#
matrix_c = matmul(matrix_a, matrix_b)
print("Ergebnis C = A * B:")
for row in matrix_c: