Untitled
unknown
python
a year ago
184 B
6
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}")