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

Update README.md

parent 815928d3
No related branches found
No related tags found
No related merge requests found
......@@ -127,6 +127,7 @@ one, ten 변수를 선언하고, 리스트를 저장합니다.
type(one) one의 타입을 출력합니다. list라고 나오게 됩니다.
```
onearr = np.array(one)
tenarr = np.array(ten)
print (onearr)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment