We create this function:
conanO'Brien = "It's a-me, Conan O'Brien!"
The author then states, "Because we can't change what names (and functions) mean once we've defined them, conanO'Brien and the string "It's a-me, Conan O'Brien!" can be used interchangeably."
Yet, I can make the reassignment conanO'Brian = 2
with no trouble. What does he mean by "we can't change what names (and functions) mean"?