The two shared values are "Fred" and "Alice".

After the first two statements they each have reference 1.

After the third statement fred has reference count 2.

After the first assignment that is increased to 3.

After the second assignment the count on Alice is increased to 2.