Name: Anonymous 2013-09-23 21:22
Do you guys like my program? I did it half assed yesterday but got it right after messing with it a bit more.
http://s11.postimg.org/krhruoju9/Screenshot_9.png
import sys
i = int(sys.argv[1])
psth = "Post the " ; qpsth = "\"Post the " ; one = " one" ; qone = " one\"" ; dye = "\"Do you even lift?\""
print (psth + qpsth * i + dye + qone * i + one)http://s11.postimg.org/krhruoju9/Screenshot_9.png