# WTF Python - 이상한(반직관적인) 예제로 파이썬 이해하기

> Clean Markdown view of GeekNews topic #1137. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=1137](https://news.hada.io/topic?id=1137)
- GeekNews Markdown: [https://news.hada.io/topic/1137.md](https://news.hada.io/topic/1137.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2019-12-24T10:33:24+09:00
- Updated: 2019-12-24T10:33:24+09:00
- Original source: [github.com](https://github.com/satwikkansal/wtfpython)
- Points: 5
- Comments: 0

## Topic Body

"이게 뭐야?!" 싶은 예제코드를 통해 파이썬의 잘 안알려진 기능들을 설명.

예)

> a = "wtf"

> b = "wtf"

> a is b

True

> a = "wtf!"

> b = "wtf!"

> a is b

False

이걸로 파이썬 스트링처리 내부를 설명

## Comments



_No public comments on this page._
