diff --git a/tweet_counts = {.py b/tweet_language_counts.py similarity index 95% rename from tweet_counts = {.py rename to tweet_language_counts.py index dcea2d2..6e84c8c 100644 --- a/tweet_counts = {.py +++ b/tweet_language_counts.py @@ -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})