for s in"BabyXMommyXDaddyXGrandmaXGrandpaXLet's go huntXRun awayXSafe at lastXIt's the end".split("X"):s+=7//len(s)*" shark";print((s+","+" doo"*6+"\n")*3+s+"!")
Note that non-ascii characters in the above source code will be escaped (such as \x9f).
download
return to the top page