Skip to content

Commit

Permalink
Update tweet_counts = {.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lmBored committed May 7, 2024
1 parent 033565a commit 92aef72
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tweet_counts = {.py → tweet_language_counts.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,5 @@

for lang, percentage in sorted_percentages:
print(f"{lang}: {percentage:.2f}%")

print({k: v for k, v in sorted_percentages.items() if v > 1})

0 comments on commit 92aef72

Please sign in to comment.