diff --git a/README.md b/README.md
index 42e833fba10974b57a5850cffa47ad60b461bc45..6cd60963d522f4f501c040356f5e2df409e49c29 100644
--- a/README.md
+++ b/README.md
@@ -120,7 +120,7 @@ type (one)
 
 
 
-```
+```python```
 
 one = [1,2,3,4,5], ten = [10,20,30,40,50]으로
 one, ten 변수를 선언하고, 리스트를 저장합니다.
@@ -149,7 +149,7 @@ type (onearr)
 
 
 
-```python
+```python```
 ```
 one, ten 변수를 nd.array를 통해 onearr, tenarr에 numpy배열로 저장합니다.
 이들을 출력하면 위의 리스트에서 ,가 빠진 값이 나옵니다.