From bcc1426d2ee1a5ed02f045952d4804b9c6d8763d Mon Sep 17 00:00:00 2001 From: Young Woo Kim <skysaver00@ajou.ac.kr> Date: Sun, 20 Dec 2020 22:15:27 +0900 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 721a77e..4ac5845 100644 --- a/README.md +++ b/README.md @@ -120,7 +120,7 @@ type (one) -```python +```python``` one = [1,2,3,4,5], ten = [10,20,30,40,50]으로 one, ten 변수를 선언하고, 리스트를 저장합니다. @@ -134,7 +134,7 @@ print (onearr) print (tenarr) type (onearr) -``` + ``` [1 2 3 4 5] -- GitLab