Skip to content
Snippets Groups Projects
Commit 1e7fa845 authored by Young Woo Kim's avatar Young Woo Kim
Browse files

Update README.md

parent 96a69ef5
No related branches found
No related tags found
No related merge requests found
......@@ -149,7 +149,7 @@ type (onearr)
```python
```python```
```
one, ten 변수를 nd.array를 통해 onearr, tenarr에 numpy배열로 저장합니다.
이들을 출력하면 위의 리스트에서 ,가 빠진 값이 나옵니다.
......@@ -165,7 +165,7 @@ onearr.dtype
```python
```python```
```
다음은 onearr 변수의 자료형을 출력합니다. 자료형에는 int(signed), uint(unsigned), float, bool등이 있습니다.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment