I6 print noun[self solved]

I am attempting to make a character follow the player around. That character, in this case a kitten, is following the player around. However, the print statement isn’t working.

problem one:

The code print "Mittens follows you " ,(the) noun , "." ; results in

problem two:

AKA attempted solution to problem one

the code print "Mittens follows you " , noun , "." ; results in

What am I missing?

EDIT: I want this output

EDIT 2:

This solves it print "Mittens follows you " ,(name) noun , "." ;