for w in"Baby1Mommy1Daddy1Grandma1Grandpa1Let's go hunt|Run away|Safe at last|It's the end".replace('1'," shark|").split("|"):print(w+","+" doo"*6+"\n")*3+w+"!"
Note that non-ascii characters in the above source code will be escaped (such as \x9f).
download
return to the top page