Não sei o motivo de eu ter feito isso, se é que tinha algum motivo, mas aí está:
def resto():
for b in range(1,11):
print “%s mulher,” % bdef refrao():
import time
for i in range(1,6):
print “mulher, mulher, mulher”
time.sleep(3)
resto()saco = “true”
while saco == “true”:
refrao()
Link para o pastebin http://pastebin.com/f15a91360
February 18th, 2010 at 5:07 pm