Skip to content
This repository was archived by the owner on Jul 4, 2020. It is now read-only.

Commit 3805935

Browse files
authoredMar 24, 2019
Merge pull request #9 from yoonjieun/patch-4
Update 7.md
2 parents 42b397a + 52d324c commit 3805935

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎7.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ NewBox("gem", 5)
141141
이 아이템 박스들을 한데 담아 보겠습니다.
142142

143143
```
144-
boxes = [NewBox("char", "shelly"), NewBox("coin", 30), NewBox("5")]
144+
boxes = [NewBox("char", "shelly"), NewBox("coin", 30), NewBox("gem",5)]
145145
```
146146

147147
음. 좋아요, 좋은데...

0 commit comments

Comments
 (0)