Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion Lista 3 - Listas e Tuplas - Anagramas.py
Original file line number Diff line number Diff line change
Expand Up @@ -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())
Expand Down Expand Up @@ -45,4 +52,4 @@ def fatorial(num):
caracs = [count(palavra) for palavra in termos]

for i in caracs:
print(i)
print(i)