a=1

b=1

a is b

true

a=300

b=300

a is b

false


이거왜 300일때 false뜨는겨?