startrek-bluescreen

Até o Data se altera(trocadilho #fail?(trocadilho recursivo?)) com uma tela azul

Viu o motivo do Ipad não rodar windows?

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

O que importa é o resultado final.