From 96a69ef5dcfd14f835ad6a5d3c67148ab072c475 Mon Sep 17 00:00:00 2001
From: Young Woo Kim <skysaver00@ajou.ac.kr>
Date: Sun, 20 Dec 2020 22:19:34 +0900
Subject: [PATCH] Update README.md

---
 README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 0127ffb..4ac5845 100644
--- a/README.md
+++ b/README.md
@@ -149,6 +149,7 @@ type (onearr)
 
 
 
+```python
 ```
 one, ten 변수를 nd.array를 통해 onearr, tenarr에 numpy배열로 저장합니다.
 이들을 출력하면 위의 리스트에서 ,가 빠진 값이 나옵니다.
@@ -164,7 +165,7 @@ onearr.dtype
 
 
 
-```
+```python
 ```
 다음은 onearr 변수의 자료형을 출력합니다. 자료형에는 int(signed), uint(unsigned), float, bool등이 있습니다.
 
-- 
GitLab