for i in range(4):print("If you're happy and you know it,",['clap your hands!','and you really want to show it;'][i==2])
Note that non-ascii characters in the above source code will be escaped (such as \x9f).
download
return to the top page