== -> compare vaule

is -> compare object (memory address)


ex) 

a = 'str'

b = input() # str

a is b # False

a == b # True



WRITTEN BY
hojongs
블로그 옮겼습니다 https://hojongs.github.io/