diff --git a/Lista 3 - Listas e Tuplas - Anagramas.py b/Lista 3 - Listas e Tuplas - Anagramas.py index 8f23282..faabb97 100644 --- a/Lista 3 - Listas e Tuplas - Anagramas.py +++ b/Lista 3 - Listas e Tuplas - Anagramas.py @@ -17,6 +17,13 @@ 1 605404800 20 + +“How happy is the blameless vestal’s lot! +The world forgetting, by the world forgot. +Eternal sunshine of the spotless mind! +Each pray’r accepted, and each wish resign’d” + + """ qnt = int(input()) @@ -45,4 +52,4 @@ def fatorial(num): caracs = [count(palavra) for palavra in termos] for i in caracs: - print(i) \ No newline at end of file + print(i)