From e83cf62241bc0af5d732f7a0c28d884a79c72d24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aim=C3=AA=20da=20Nobrega?= <73436725+aime-n@users.noreply.github.com> Date: Mon, 26 Oct 2020 20:22:23 -0300 Subject: [PATCH] Update Lista 3 - Listas e Tuplas - Anagramas.py --- Lista 3 - Listas e Tuplas - Anagramas.py | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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)