Skip to content

Commit

Permalink
Merge pull request DjangoGirls#1289 from shinjehere/master
Browse files Browse the repository at this point in the history
modify typo
  • Loading branch information
ekohl authored Jun 28, 2018
2 parents 44cc448 + faf3819 commit 31d7c4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ko/python_introduction/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ NameError: name 'ctiy' is not defined
Maria
```

`name`을 쳤을 때, 파이썬 해석기는 'name' 변수의 문자열 *표현(representatio)*으로 응답하는데, 그 모양은 작은따옴표('')로 둘러싸인 M-a-r-i-a 문자입니다. `print(name)`라고 치면, 파이썬은 화면에 따옴표없이 더 깔끔한 화면을 보여(`print`)줍니다.
`name`을 쳤을 때, 파이썬 해석기는 'name' 변수의 문자열 *표현(representation)*으로 응답하는데, 그 모양은 작은따옴표('')로 둘러싸인 M-a-r-i-a 문자입니다. `print(name)`라고 치면, 파이썬은 화면에 따옴표없이 더 깔끔한 화면을 보여(`print`)줍니다.

나중에 차차 알게 될 거지만, `print()`는 함수 안에 있는 내용을 출력할 때, 여러 내용들을 확인하고 싶을 때 유용하게 사용됩니다.

Expand Down

0 comments on commit 31d7c4e

Please sign in to comment.