tanszek:oktatas:muszaki_informatika:numpy_i._toemboek_indexeles_muveletek
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| tanszek:oktatas:muszaki_informatika:numpy_i._toemboek_indexeles_muveletek [2026/03/31 06:29] – szabom | tanszek:oktatas:muszaki_informatika:numpy_i._toemboek_indexeles_muveletek [2026/03/31 06:31] (current) – szabom | ||
|---|---|---|---|
| Line 62: | Line 62: | ||
| print(arr1) | print(arr1) | ||
| print(arr2) | print(arr2) | ||
| + | </ | ||
| - | #Indexelés és szeletelés | + | **Szeletelés: |
| - | arr = np.array([10, | + | |
| + | <sxh python> | ||
| + | arr = np.array([10, | ||
| print(arr[0]) | print(arr[0]) | ||
| print(arr[1: | print(arr[1: | ||
| </ | </ | ||
| - | |||
| - | **Szeletelés: | ||
| **Feladat: | **Feladat: | ||
tanszek/oktatas/muszaki_informatika/numpy_i._toemboek_indexeles_muveletek.1774938583.txt.gz · Last modified: 2026/03/31 06:29 by szabom
