for x in"Baby`Mommy`Daddy`Grandma`Grandpa`Let's go hunt`Run away`Safe at last`It's the end".split('`'):[print(x+' shark'*(len(x)<8)+y)for y in[','+' doo'*6]*3+['!']]
Note that non-ascii characters in the above source code will be escaped (such as \x9f).