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,” % b

def 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

2 Responses to “Letra da musica “mulher”(Aquela do carnaval) em Python”
  1. uberVU - social comments Says: