Untitled
unknown
python
9 months ago
184 B
5
Indexable
def sorted_array(): macierz = np.array([ [50,-300,20], [1,6,-60], [1000, -28, 20] ], dtype='U') print(f"Macierz przed posortowaniem :\n {macierz}")
Editor is loading...
Leave a Comment
def sorted_array(): macierz = np.array([ [50,-300,20], [1,6,-60], [1000, -28, 20] ], dtype='U') print(f"Macierz przed posortowaniem :\n {macierz}")