Este blog contém pus!

Spam

>>> SPAM

# O termo SPAM, abreviação em inglês de “spiced ham” (presunto condimentado), é uma mensagem eletrônica não-solicitada enviada em massa.

>>> spam = “SPAM”
>>> a = 0
>>> b = 0
>>> c = [ ” com ovos” , ” com bacon” , ” com SPAM” ]
>>> while a < 6 :
               while b < 3 :
                     print 4 * ( “\t” + spam ) + c[b]
                     b += 1
               b = 0
               a += 1
               print “\n”

               SPAM    SPAM    SPAM    SPAM com ovos
               SPAM    SPAM    SPAM    SPAM com bacon
               SPAM    SPAM    SPAM    SPAM com SPAM

               SPAM    SPAM    SPAM    SPAM com ovos
               SPAM    SPAM    SPAM    SPAM com bacon
               SPAM    SPAM    SPAM    SPAM com SPAM

               SPAM    SPAM    SPAM    SPAM com ovos
               SPAM    SPAM    SPAM    SPAM com bacon
               SPAM    SPAM    SPAM    SPAM com SPAM

               SPAM    SPAM    SPAM    SPAM com ovos
               SPAM    SPAM    SPAM    SPAM com bacon
               SPAM    SPAM    SPAM    SPAM com SPAM

               SPAM    SPAM    SPAM    SPAM com ovos
               SPAM    SPAM    SPAM    SPAM com bacon
               SPAM    SPAM    SPAM    SPAM com SPAM

               SPAM    SPAM    SPAM    SPAM com ovos
               SPAM    SPAM    SPAM    SPAM com bacon
               SPAM    SPAM    SPAM    SPAM com SPAM

# (\n) enter
# (\t)  tab

PITÃO <<<

Deixe um comentário